
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 372px;
border-top: 7px solid #CCC; /*Gray color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: -34px; /*margin between first menu item and left browser edge*/
padding: 0;
width: 372px;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
text-decoration: none;
margin: 0 2px 2px 2px; /*Margin between each menu item*/
background-color: #333; /*color theme*/ 
border-top: 5px solid #FCE9B8;
}

.modernbricksmenu2 a:hover{
background-color: #999; /*color theme*/ 
color: white;
border-top: 5px solid #CCC;
}
/*fixes IE 7 image link behavior */ 
.modernbricksmenu2 a:link img { 
        border:none;
}
.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: inherit; /*White color theme*/
padding: 0px 0px;
color: white;
border-color: #CCC; /*White color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

