/* ######### CSS for Shade Tabs. Remove if not using ######### */

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


<!---Top Line--->
.modernbricksmenu2{
margin-bottom: auto
padding: 0;
width: 871px;
border-top: 5px solid #990101; /*Brown color theme*/ 
background: transparent;
color: white;
color: white; /*text color*/
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
color: white;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0px 0 0;
color: #ffffff;
color: white; /*text color*/
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 9px Arial;
color: #ffffff;
font-color: #ffffff;
color: white; /*text color*/
width:433px;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 1px;
background-color: #000000; /*Brown color theme*/ 
border-top: 5px solid #990101;
}

.modernbricksmenu2 a:hover{
background-color: #990101; /*Brown color theme*/ 
color: white;
border-top: 5px solid #990101;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #990101; /*Brown color theme*/ 
color: white;
border-color: #ffffff; /*Brown color theme*/ 
border-top: 5px solid #990101;
}

.tabcontent{
display:none;
color: white;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


}
}