.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	color:#1A273B;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

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

.shadetabs li a{
	text-decoration: none;
	margin-right: 0px;
	border: 1px solid #54709B;
	color: #FFFFFF;
	background: white url(../images/shade.gif) top left repeat-x;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

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

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: #54709B;
	color: #FFFFFF;
}

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

.contentstyle{
	border: 1px solid #54709B;
	width: 97%;
	margin-bottom: 1em;
	padding: 10px;
	background-image: url(../images/contentDivBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #1A273B;
}
.contentstyle2{
	border: 1px solid #54709B;
	width: 97%;
	margin-bottom: 1em;
	padding: 10px;
}

