.shadetabs{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 550px;
	margin-bottom:5px;
	margin-top:5px;
}
.shadetabs a{
	text-decoration: none;
	position: static;
	z-index: 0;
	padding: 2px 25px;
	margin-right: 8px;
	color: #FFFFFF;
	background-color: #4C6890;
	
}

.shadetabs a:visited{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #4B668E;
	margin-right: 8px;
}

.shadetabs a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AE0001;
	margin-right: 8px;
}
.shadetabs a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	background-color: #AE0000;
	color: #FFFFFF;
	margin-right: 8px;
}
.shadetabs a.selected{ /*selected main tab style */
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AD0001;
	margin-right: 8px;
}
.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
margin-right: 8px;
}

