.shadetabs{

	padding: 0px 0px 0px 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font:18px  Helvetica;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #ffffff;
}



.shadetabs li{
	display: inline;
	margin: 0;
	
}

.shadetabs li a{
	border: 2px solid #343434;
	text-decoration: none;
	padding: 0px 70px 0px 70px;
	z-index: 1;
	margin-right: 10px;
	border-top:2px solid #343434;
	color: #ffffff;
	*background: white url(shade.gif) top left repeat-x;
	/*background:url(../image/tab_bk.jpg) repeat-x;*/
	background-color:#f8690b;

}

html>body.shadetabs li a{
	padding-bottom:.8em;
	background:none;
	padding: 0px 70px 0px 70px;
}

.shadetabs li a:visited{
	color: #ffffff;
}

.shadetabs li a:hover{
	color: #ffffff;
	background-color:#538500;
	border: 2px solid #343434;
	border-top:2px solid #343434;
}

.shadetabs li.selected{
	height:auto;
	position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
	padding-bottom:1px;
	background:url(../img/shadeactive.gif) repeat-x;	
	background-color:#538500;
	
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-color:#538500;
	
}

.contentstyle{
	
	width: 888px;
	margin-bottom: 1em; 
	padding: 0;
}