/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 20px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 4px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
}

.shadetabs li a:visited{
color: #CC6600;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #CC0000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px; background-color: #993300; padding:3px;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
