

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 800px;
border-bottom: 5px solid #0D0D6A; /*Brown color theme*/ 
background: transparent:
voice-family: "\"}\"";
voice-family: inherit;
height:18px;

}

.modernbricksmenu2 ul{
margin:0;
margin-left: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
 
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/

background:#C8C8C8 url(tl1.gif) no-repeat top left;
border-bottom: 1px solid white;


}

.divtest {
background:url(tr1.gif) no-repeat top right;
padding: 1px 10px;
}

.modernbricksmenu2 a:hover{
background-color: #0D0D6A; /*Brown color theme*/ 
background:#0D0D6A url(tl1a.gif) no-repeat top left;
color: white;

}
.divtest {background:url(tr1.gif) no-repeat top right;}

.modernbricksmenu2 a.selected{ /*currently selected tab*/


background-color: #0D0D6A; /*Brown color theme*/ 
color: white;
border-color: #0D0D6A; /*Brown color theme*/ 
background:#0D0D6A url(tl1a.gif) no-repeat top left;

}
a:hover .divtest {background:url(tr1a.gif) no-repeat top right;}
.selected .divtest {background:url(tr1a.gif) no-repeat top right;}





.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
