/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
position:absolute;
left:0;
font: normal 70% arial;
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 4px;
color: #000;
text-transform:uppercase;
}

.shadetabs li a:visited, .shadetabs li a:link{
color: #000;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #d42118;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #d42118;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}





.shadetabs2{
padding: 3px 0;
margin: 0px 0 0px 0px;
font: normal 90% arial;
list-style-type: none;
display:block;
clear:both; 
height:20px;
position:relative;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
float:left;
margin: 0;

}

.shadetabs2 li a{
text-decoration: none;
display:block;
padding: 3px 10px 4px 10px;
margin:0 15px 0 0;
color: #666;
text-transform:uppercase;
}

.shadetabs2 li a:hover{
color: #000;
}

.shadetabs2 li a.selected{ /*selected main tab style */
color: #000;
background: #e1d6c6;
border:4px solid #fff;
text-decoration:none;
border-bottom:none;
}


