.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-weight:bold;
font-size:11px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 0px;
border: 0;
color: #000000;
}

.shadetabs li a:visited{
  color: #000000;
}

.shadetabs li a:hover{
	color: #8f0502;
	text-decoration: none;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #8f0502;
	text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.contentstyle{
border: 0px ;
margin-bottom: 1em; padding: 10px;
}