.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-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A5A5A;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 2px 7px;
	margin-right: 3px;
	border: 1px solid #5A5A5A;
	color: #CCCCCC;
	background-color: #5A5A5A;
}

.shadetabs li a:visited{
color: #CCCCCC;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #FFFFFF;
	color: #666666;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.contentstyle{
	border: 1px solid gray;
	width: 485px;
	height:143px;
	margin-bottom: 1em;
	padding-bottom:10px; padding-right:3px; padding-left:10px; padding-top:10px;
	background-color: #FFFFFF;
}
.background{background-color:#5A5A5A;}
