.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 20;
font:  11px Tahoma;
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
{
	
	padding-right: 5px;
	background-position: left top;
	
	padding-left: 0px;
	background-attachment: scroll;
	padding-bottom: 20px;
	
	color: #808080;
	margin-right: 2px;
	padding-top: 0px;
	
	background-repeat: repeat-x;
	
	text-decoration: none;
}

.shadetabs li a:visited{
color: #808080;
}

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

.shadetabs li.selected
{

	top: 0px;

}

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

border-bottom-color: black;
}

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

.contentstyle
{
	
	padding-right: 5px;
	
	padding-left: 5px;
	margin-bottom: 1em;
	padding-bottom: 5px;

	width: 100%;
	padding-top: 5px;
	
	background-color: #ffffff;

}