/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2_BW{
padding: 0;
width:700px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2_BW ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
width:700px;
}

.modernbricksmenu2_BW li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
float:left;
width:175px;
text-align:center;
}

.modernbricksmenu2_BW a{
float: left;
display: block;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color: white;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding-top:5px;
padding-bottom:5px;
background-color: #a3948c; /*Brown color theme*/ 
display:inline-block;
width:175px;
}

.modernbricksmenu2_BW a:hover{
background-color: #e5e1df; /*Brown color theme*/ 
color: #796156;
}

.modernbricksmenu2_BW a.selected{ /*currently selected tab*/
background-color: #e5e1df; /*Brown color theme*/ 
color: #796156;
}

.tabcontent{
/*display:none;*/
}

@media print {
.tabcontent {
display:block !important;
}
}