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

.shadetabs10{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs10 li{
margin: 7px;
}

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

.shadetabs10 li a:visited{
	color: white;
}

.shadetabs10 li a:hover{
	text-decoration: underline;
	color: white;
}

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