<style type="text/css">

.shadetabs{
border-bottom: 1px solid gray;
 width: 800px;
margin-bottom: 1em;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
	color: #FFFFFF;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #FFFFFF;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #0066FF;
	color: #FFFFFF;
	background: #0066FF repeat left center;
	font-weight: bold;
}

.shadetabs li a:visited{
	font-weight: bold;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #333333;
	background: #0066FF;
	font-weight: bold;
}

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

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
}

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

</style>
