.shadetabs{
	/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #94AAB5;
	background-color: #D0E4ED;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
	color: #962337;
	text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #00608A;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #D0E4ED;
}

