
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{ padding: 0; width: 608px; /*Brown color theme*/ background: transparent; voice-family: "\"}\""; voice-family: inherit; }

.modernbricksmenu2 ul{ margin-left: 0px; /*margin between first menu item and left browser edge*/ padding: 0; list-style: none; float: left !important; margin-top: 0; margin-right: 0; margin-bottom: 0; width: 608px; clear: both; }

.modernbricksmenu2 li{ display: inline; margin: 0 2px 0 0; padding: 0; color: #FFF; }

.modernbricksmenu2 li a{ float: left; display: block; color: #333; text-decoration: none; background-image: url(../../images/index/ad_but1.gif); width: 96px; background-repeat: no-repeat; text-align: center; margin-right: 2px; clear: none; padding-top: 8px; *padding-top: 10px; padding-bottom: 7px; font-family: Arial; font-size: 12px; line-height: 150%; margin-top: 0px; }

.modernbricksmenu2 li a:hover{ color: #000; background-image: url(../../images/index/ad_but2.gif); background-repeat: no-repeat; }

.modernbricksmenu2 li a.selected{ /*currently selected tab*/ color: #FFF; /*Brown color theme*/ background-image: url(../../images/index/ad_but2.gif); background-repeat: no-repeat; width: 96px; }

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


