.shadetabs{
	padding: 1px 7px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: "trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	padding: 1px 7px;
	margin-right: 0px;
	border: 0px solid #7395CE;
	color: #0080C9;
}

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

.shadetabs li a.selected{
	position: relative;
	top: 0px;
	background-color: #0080C9;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
	

.shadetabs li a.selected:hover{ /*selected main tab style */
	background-color: #0080C9;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.contentstyle{
	width: 100%;
	margin-bottom: 0em;
	background-color: #FFFFFF;
}
