.shadetabs{
	padding: 1px 7px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 1px 7px;
margin-right: 0px;
border: 0px solid #7395CE;
color: #95BAE8;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.shadetabs li.selected{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #95BAE8;
	color: #0E498E;
	border: 1px solid #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	background-color: #95BAE8;
	color: #0E498E;
	border: 1px solid #FFFFFF;
}

.contentstyle{
	width: 100%;
	margin-bottom: 0em;
	background-color: #FFFFFF;
}
