.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	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: 11px;
	color: #FFFFFF;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 2px;
	border: 1px solid #996600;
	background-color: white;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
}

.shadetabs li a:visited{
color: #4D4D4D;
}

.shadetabs li a:hover{
text-decoration: none;
color: #4D4D4D;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #996600;
width: 540px;
margin-bottom: 1em; padding: 10px;
}
