/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}

.shadetabs li a{
text-decoration: none;
position: relative;
padding-left:8px;
padding-right:8px;
padding-top:4px;
padding-bottom:14px;
color: #747474;
background:  url(shade.gif) top left repeat-x;
}


.shadetabs li a:visited{
color: #747474;
}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#ffffff;
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



