.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px Georgia, Times;
	color: white;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	padding: 5px 9px;
	margin-right: 2px;
	color: white;
	background: #336699 url(shade.gif) top left repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}

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

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

.shadetabs li.selected{
position: relative;
top: 1px;
color: white;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);

color: white;
}

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

.contentstyle{
border: 0px;
width: 230px;
margin-top: 0em; padding: 0px;
margin-bottom: 0em; padding: 0px;

}
