

.shadetabs{
list-style-type: none;
text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

.shadetabs li{
display: inline;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	height: 17px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 20px;
color: #ffffff;
background-image: url(../images/butoff.gif);
background-repeat: no-repeat;

}

.shadetabs li a:visited{
	color: #fff;
	text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FECC00;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/buton.gif);
background-repeat: no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


