/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2B{
padding: 0;
width: 95%;
/*border-top: 15px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2B ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2B li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2B a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #a82f27; /*Brown color theme*/ 
border-top: 8px solid #ffffff;
}

.modernbricksmenu2B a:hover{
background-color: #f7b8b8; /*Brown color theme*/ 
color: #102547;
}

.modernbricksmenu2B a.selected{ /*currently selected tab*/
background-color: #EAEAEA; /*Brown color theme*/ 
color: #135da8;
border-color: #aaaaaa; /*Brown color theme*/ 
}

.tabcontent2{
display:none;
background-color:#f9f9f9;/*background color*/
}

@media print {
.tabcontent2 {
display:block !important;
}
}
