.shadetabs{
padding: 0px 0;
margin-left: 0px 0;
margin-top: 0px;
margin-bottom: 0;
font: 12px Arial;
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;
	font-size: 12px;

}

.shadetabs li a{
	text-decoration: none;
	padding: 0px 10;
	margin-right: 0px;
	border: 0px solid #778;
	color: white;
	background: top left repeat-x;
	font-size: 12px;

}

.shadetabs li a:visited{
	color: white;
	font-size: 12px;

}

.shadetabs li a:hover{
	text-decoration: underline;
	color: white;
	font-size: 12px;

}

.shadetabs li.selected{
	position: relative;
	top: 0px;
	font-size: 12px;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: ;
	border-bottom-color: white;
	font-size: 12px;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	border: 0px solid gray;
	width: 500px;
	margin-bottom: 0em;
	padding: 0px;
}

.tabcontent{
	display:none;
	font-size: 12px;
	color: #000080;
	font-weight: normal;
}

@media print {
.tabcontent {
display:block!important;
}
}

