/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
.menugap {
display:inline-table;
width:500px;
height:1px;
border:1px solid #000;
margin: 0px;
padding: 0px;
}

.mo {
position: relative;
left: 13px;
top: 9px;
margin: 0px; 
padding:0px;
color:#000;}



.modernbricksmenu2{
margin:0px;
padding: 0px;
width: 705px;
border:0px solid green; 
text-align:left;
color:#000;
}

.modernbricksmenu2 ul{
margin:0px;
margin-left: 1px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
color:#000;}

.modernbricksmenu2 li{
display: inline;
margin:0px;
padding: 0px;
text-decoration: none;
color:#000;
text-decoration: none;

}


.modernbricksmenu2 a{
float: left;
display: block;
font-size:13px;
font-weight:bolder;
letter-spacing: -1.0px;
text-decoration: none;
margin:0px;
padding: 0px;
WIDTH:117px;
HEIGHT:31px;
border: 0px solid red;
background: url('http://patronuslabs.com/images/menu_1.png') left top no-repeat;
font-weight:bold;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
color:#000;
}


.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
background:url('http://patronuslabs.com/images/menu_3.png') left top no-repeat;
color: white;
}


.modernbricksmenu2 a.selected{ /*currently selected tab*/
background:url('http://patronuslabs.com/images/menu_2.png') left top no-repeat;
text-decoration: none;
color:#000;}

.modernbricksmenu2 a:visited /*currently selected tab*/
background:url('http://patronuslabs.com/images/menu_1.png') left top no-repeat;
text-decoration: none;
color:#000;
}

