
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 90px;
margin-top:0;
border-top: 0px solid #4889a8; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
text-align:left
}

.modernbricksmenu2 li{
margin: 0  0 20px 0;
padding: 0;
text-transform:none;
text-align:center
}

.modernbricksmenu2 a{
float: left;
font: bold 11px Arial;
color: #444;
text-decoration: none;
margin: 0  0 10px 0; /*Margin between each menu item*/
padding: 5px 5px 5px 5px;
width:80px;
background-color: #000;  
border: 2px solid #444;

}

.modernbricksmenu2 a:hover{
background-color: #000; /*Brown color theme*/ 
color: #ccc; text-decoration:none;
border-color:#fff
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #000;  
color: #fff;
border-color: #4889a8; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

