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



.modernbricksmenu2{

padding: 0;

width: 500px;

margin-left: 10px;

border-bottom: 0px solid #CACACD; /*Brown color theme*/ 

background: transparent;

voice-family: "\"}\"";

voice-family: inherit;

}



.modernbricksmenu2 ul{

margin:0;

margin-left: 10px; /*margin between first menu item and left browser edge*/

padding: 10;

list-style: none;

}



.modernbricksmenu2 li{

display: inline;

margin: 0 2px 0 0;

padding: 10;

text-transform:;

}



.modernbricksmenu2 a{

float: left;

display: block;

font: bold 12px Arial;

color: #773635;

text-decoration: none;

margin: 0 1px 0 0; /*Margin between each menu item*/

padding: 10px;

background-color: #C0C0C0; /*Brown color theme*/ 

border-top: 1px #C0C0C0;

}



.modernbricksmenu2 a:hover{
	background-color: #773635;
	color: #D7D7D7;
	border: #773635;

}



.modernbricksmenu2 a.selected{
	background-color: #773635;
	color: #AEAAAB;
	border: #773635;

}



.tabcontent{

display:none;

}



@media print {

.tabcontent {

display:block !important;

}

}

