.shadetabs{
	height:30px;
	margin: 0px 0px 50px 0px;
	text-align: left;
}

.shadetabs li{
	background: url(../../images/template/tabs-background.gif) top right no-repeat;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.shadetabs li.selected {
	background: url(../../images/template/tabs-background-active.gif) top right no-repeat;
}

.shadetabs li a {
	color: #F36F21;
	display: block;
	font-size: 13px;
	padding: 7px 40px 8px 12px;
	text-decoration: none;
}

.shadetabs li a:hover{color: #F36F21;}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}