.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 32px;
margin-bottom: 0;
font: normal 11px Arial, Helvetica, sans-serif;
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;
padding: 8px;
margin-right: 3px;
border: 1px none #778;
color: #2d2b2b;
background: #FFCCCC left top;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	background-color: #DEB2B2;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #99CCCC;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px dashed #333366;
	width: 500px;
	margin-bottom: 1em;
	padding: 22px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
}

.tabcontent{
display:none;
}

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