.shadetabs{
	font: bold 11px Verdana;
	list-style-type: none;
	width:237px;
	height:23px;
	background:url(tab_topbg.jpg)  no-repeat;

	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs span{
	display: inline;
	margin: 0;
	white-space:nowrap;
	margin:0px 1px;
}

.shadetabs span a:link,.shadetabs span a:visited{
	text-decoration: none;
	margin-right: 0px;
	color: #fff;
	height:23px;	
	line-height:23px;
	vertical-align:middle;
	padding:4px 32px 4px 32px !important;
	padding:4px 31px;
	text-decoration:none;
}

.shadetabs span a:visited{
	color: #fff;
}

.shadetabs span a:hover{
	color: #fff;

}

.shadetabs span.selected{
	position: relative;
	background: url(shadeactive.jpg) top left no-repeat;
	border-bottom-color: white;


}



.shadetabs span.selected a{ /*selected main tab style */
	background: url(shadeactive.jpg) top left no-repeat;
	border-bottom-color: white;
	text-decoration:none;
	color:#fff;
}

.shadetabs span.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: auto;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}