.shadetabs{
	padding: 8px 0 3px 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 715px;
	font: bold 1.0em Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #E0691A;
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0;
	border: 0px solid #778;
	color: #ffffff;
	background: #FF9148 url(../images/corner.gif) no-repeat top right;;
}

.shadetabs li a:hover{
	color: #485573;
}

.shadetabs li.selected a{ /*selected main tab style */
	background: #E0691A url(../images/corner.gif) no-repeat top right;;
}

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

.contentstyle{
	width: 710px;
	height: 529px;
	padding: 3px 0 0 7px;
}