
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 0px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
padding-left: 35px;
text-transform:uppercase;
font-size: 11px; 
	color:#D3D3D3 ; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 

}

.modernbricksmenu2 a{
	font-size: 11px; 
	color:gray ; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	text-decoration: underline;
	text-transform:uppercase;
}

.modernbricksmenu2 a:hover{
color: black; /*Brown color theme*/ 

}

.modernbricksmenu2 a.selected{ /*currently selected tab*/

color: #444444;
 
}

