.shadetabs{
	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*/
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0;
	width: 300px;
	font-family: Verdana;
	font-size: 9px;
	color: #DE8419;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 0px;
	color: #DE8419;
	width: 100%;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(shadeactive1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
}



.shadetabs li a:hover{
color: #DE8419;
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(shade1.gif);
	color: #2d2b2b;
	font-family:  verdana;
	text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
	border: 1px solid #DE8419;
	width: 229px;
	margin-bottom: 1px;
	height: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #DA841A;
	text-decoration: none;
}
