﻿@charset "utf-8";
.shadetabs {
	padding: 5px 3px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font:13px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #325784;
	background:#d6e6ff;
	border-top:#e0eaf9 solid 1px;
	border-right:#e0eaf9 solid 1px;
	border-left:#e0eaf9 solid 1px;	
}
.shadetabs li a:visited {
	color: #325784;
}
.shadetabs li a:active {
	font-weight:bold;
	color: white;
	background:#1b4b84;
}
.shadetabs li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#1b4b84;
}
.shadetabs  li.selected {
	position: relative;
	top: 1px;	

}
.shadetabs li.selected a { /*selected main tab style */
	color: #FFF;
	background:#1b4b84;
	border-bottom-color: white;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.contentstyle {
	border-top: 2px solid #8ba2be;
	width: 500px;
	margin-bottom: 1em;
	padding: 10px;
	background:#f2f6fb;
	margin-top:-3px;
}
