.shadetabs{
	padding: 3px 0;
	margin-left: 29px;
	margin-top: 20px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	
	}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 17px;
	color: #fff;
	background: #445e80;
}

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

.shadetabs li a:hover{
	text-decoration: none;
	color: #1c324b;
}

.shadetabs li.selected{
	background:#fff;
}

.shadetabs li.selected a{ 
	background: #5c7699;
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ 
	text-decoration: none;
}

.contentstyle{
	width: 450px;
}