.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px/24px Arial, Helvetica, sans-serif;
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: 3px 7px;
margin-right: 3px;
border: 1px solid #625844;
color: #625844;
background: white url(../images/shade.jpg) repeat-x left top;
}

.shadetabs li a:visited{
color: #625844;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #625844;
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{
	color: #FFFFFF;
	background-color: #625844;
	background-image: url(../images/shadeactive.jpg);
}

.shadetabs li.selected a:visited{ /*selected main tab style */
	color: #FFFFFF;
	background-color: #625844;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	color: #FFFFFF;
	background-color: #625844;
text-decoration: none;
}

.shadetabs li.selected a:active{ /*selected main tab style */
	color: #FFFFFF;
	background-color: #625844;
text-decoration: none;
}

.contentstyle{
	border: 1px solid #625844;
	width: 445px;
	margin-bottom: 1em;
	padding: 25px 10px 10px;
	background-color: #FFFFFF;
}
