.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px 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;
}

.shadetabs li a{
	text-decoration: none;
	border: 1px solid #EFB600;
	padding: 3px 7px;
	margin-right: 0px;
	background-color:#EFB600;
	color: #FFFFFF;/* background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:hover{
text-decoration: none;
color: #2E0366;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	/* background-image: url(shadeactive.gif);*/
border: 1px solid #EFB600;
	border-bottom-color: white;
	background-color:#FFFFFF;
	color: #EFB600;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #EFB600;
	width: 570px;
	height: 600px;
	margin-bottom: 1em;
	padding: 20px;
	background-color:#FFFFFF;
}

.tabcontentstyle.tall{ /*style of tab content oontainer*/
	height: auto;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}