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

.shadetabs{
padding: 0px 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
font-size:11px;
font-weight:normal;
text-decoration: none;
position: relative;
padding: 0px 0px 0px 4px;
color: #58595B;
}

.shadetabs li a:visited{
color: #58595B;
}

.shadetabs li a:hover{
color: #FFD300;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #FFD300;
}

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