.shadetabs{
	margin-left: 5px;
	margin-right: 60px;
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: 0.90em;
}
.shadetabs ul{
	margin-bottom: 2px;
}
.shadetabs li{
	display: inline;
}
.shadetabs li a{
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #e5e5e5;
}

.shadetabs li a:hover{
	background-color: #e5e5e5;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/quick-tab.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	background-image: url(../images/quick-tab.jpg);
	background-repeat: no-repeat;
}

.contentstyle{

}