
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 1;
width: 375px;
border-top: 1px solid #E2E2E2; /*Brown color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:1;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 3px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: normal 7pt Arial;
font-weight: normal;
color: #00778C;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 1px 10px;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
background-color: #F7F7F7; /*Brown color theme*/ 
border-top: 0px solid #E2E2E2;
}

.modernbricksmenu2 a:hover{
background-color: #D8DDF3; /*Brown color theme*/ 
font-color: #C4C4C4;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #E8F0FF; /*Brown color theme*/ 
font-color: #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}


