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

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

.shadetabs {
list-style-type: none;
}

.shadetabs a{
	text-decoration: none;
	color: #999999;
}

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

.shadetabs a:visited{
color: #666;
}

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

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


