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

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

.shadetabs li a{
	text-decoration: none;
	margin-right: 1px;
	border-bottom: 1px solid #d7d7d7;
	color: #666666;
	background: white url('/images/shade.gif') top left repeat-x;
	height: 23px;
	width: 65px;
	display: block;
	float: left;
	line-height: 23px;
}

.shadetabs li a:visited{
color: #990000;
}

.shadetabs li a:hover{
color: #990000;
}

.shadetabs li.selected{
	position: relative;
	border-bottom: 1px solid #778;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url('/images/shadeactive.gif');
	border-bottom-color: white;
	float: left;
	color: #990000;
}

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

.contentstyle{
	border: 1px solid #d7d7d7;
	width: 400px;
	margin-bottom: 1em;
	padding: 10px;
}
