.shadetabs{
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 23px;
	width: 398pxpx;
}


.shadetabs span{
	position: absolute;
	top: 0px;	
	left:0px;
	height:23px;
	background:url(deactive.jpg) repeat-x ;
	text-align: center;
	border-bottom:none;
	font-weight: bold;
	padding-top:3px;	
}


.shadetabs span a{
	text-decoration: none;
	color: #9D9D9D;
}

.shadetabs span a:visited{
	color: #9D9D9D;
}

.shadetabs span a:hover{
	text-decoration: underline;
	color: #9D9D9D;
}


.shadetabs span.selected{	
	padding-bottom: 3px;
	background:url(active.jpg) no-repeat;
	font-weight: bold;
	height:23px;
	text-align:center;
	border-bottom:0px;	
	z-index:1;
}


/**********************************************************/



.shadetabs span.selected a{ /*selected main tab style */
	text-decoration: none;
	color:#575757;
}
.shadetabs span.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color:#575757;
}
.shadetabs span.selected a:visited{ /*selected main tab style */
	text-decoration: none;
	color:#575757;
}

.contentstyle{
	background-color: #FFFFFF;
}
