.shadetabs{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #68B93B;
	border-right-color: #68B93B;
	border-bottom-color: #68B93B;
	border-left-color: #68B93B;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #68B93B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 14px;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #68B93B;
	color: #68B93B;
	background-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #006633;
}

.contentstyle{
	width: 295px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
}
