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

.modernbricksmenu2{
margin: 0;
padding: 0;
width: 100%;
background: white;
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

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

}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: #EEEEEE;
}

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

.tabcontent
{
display: block;
text-align:left;
padding: 40px 20px 50px 20px;
margin: 0 0 0 0;
height: 100%; 
background-color: #FFFFFF; 
color:#FFFFFF;
}

@media print {
.tabcontent {
display:block !important;
text-align: left;
}
}

