.shadetabs{
}

.shadetabs li{

}

.shadetabs li a{
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
background: white url(../images/menu-shade.gif) top left repeat-x;
color: #244e76; 
}

.shadetabs li a.selected{ /*selected main tab style */
background: white url(../images/menu-shade.gif) top left repeat-x;
border-bottom-color: orange;
color: #244e76; 
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background: white url(../images/menu-shade.gif) top left repeat-x;
color: #244e76; 
}

.tabcontent{
display:block;
}

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