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




.modernbricksmenu2 ul{

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

list-style: none;
width:728px;
border-bottom:7px solid #999;
}

div>/**/.modernbricksmenu2 ul{
padding:0 0 25px 0;
}

.modernbricksmenu2 li{
display: inline;

margin: 0 3px 0 0;
padding: 0 ;
   float:left;
position:relative;

}

.modernbricksmenu2 a{
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 7px;
background-color: #666; /*Brown color theme*/
position:relative;

}

.modernbricksmenu2 a:hover{
background-color: #999; /*Brown color theme*/
text-decoration:none;
}

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

.tabcontent{
display:none;

}
@media print {
.tabcontent {
display:block !important;

}
}

