/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
width: 515px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0px;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
}

.modernbricksmenu2 li{
margin:0px;
display: inline;
padding: 0px;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #cccccc;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
background-color: #ffffff; /*Brown color theme*/ 
}

.modernbricksmenu2 a:hover{
background-color: #ffffff; /*Brown color theme*/ 
color: #cccccc;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #ffffff; /*Brown color theme*/ 
color: #000000;
border-color: #ffffff; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
