/* ######### CSS for Shade Tabs. Remove if not using ######### */
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 540px;
border-bottom: 5px solid #000099; /*Brown color theme*/ 
background: transparent;
voice-family: "..\"}\"";
voice-family: inherit;
}

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

.modernbricksmenu2 li{
display: inline;
margin: 0 0px 0 0;
padding-bottom: 5px;
text-transform:normal;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 16px SolaimanLipi,Vrinda;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px;
background-color: #D25A0B; /*Brown color theme*/ 
border-top: 1px solid #FFFFFF;
}

.modernbricksmenu2 a:hover{
background-color: #000099; /*Brown color theme*/
font : bold 16px solaimanLipi,Vrinda; 
color: #FFFFFF;
height: 18px; 
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #000099; /*Brown color theme*/ 
color: white;
border-color: #000099; /*Brown color theme*/
}