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

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	color: #35435B;
	background-color: #F1ECDC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4DCC0;
}

.shadetabs li a:visited{
color: #35435B;
}

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

/*.shadetabs li.selected{
position: relative;
top: 1px;
}*/

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #FFFFFF;
	background-image: none;
	color: #6C82A8;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

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

.contentstyle{
	width: auto;
	margin-bottom: 0;
	padding: 10px 10px 0px;
	background-color: #F1ECDC;
	font-size: 105%;
	margin-top: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2C293;
	min-height: 130px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2C293;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F9F7F0;
}
* html .contentstyle{
	height: 135px;
}
div.contentstyle table tr td {
	font-size: 105%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

