.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background-position: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.shadetabs ul{
width: 372px;
margin: 0;
}
.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 2px;
	left: 2px;
	filter : alpha(opacity=60);
	-moz-opacity : .60;
	opacity : .60;
}

.shadetabs li.selected a{ /*selected main tab style */

}

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

}

.contentstyle{
margin-bottom: 1em;
padding: 10px;
}
