/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin: 0;
height:25px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background    : transparent url('../images/tlo_spec.jpg') center top repeat-x;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a:link, .shadetabs li a:visited {
text-decoration: none;;
border: none;
color: #313131;
text-transform: uppercase;
}


.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



