.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 11px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
z-index:-1;
}

.shadetabs li{
float:left;
padding-top:0px;
}

.shadetabs li a{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #fff;
text-decoration: none;
/*padding: 4px 5px 6px;*/
padding: 0px 0px 0px 0px;
line-height:32px;
border-left: 1px solid #757575;
border-top: 1px solid #757575;
border-bottom: 0px solid #000;

background: url(../img/shade.gif) top left repeat-x; 
width:350px;
height:34px;
float:left;
text-align:center;
z-index:100000px;
}

.shadetabs li a:visited{
color: #e1af02;
}

.shadetabs li a:hover{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #e1af02;
}

.shadetabs li.selected{
	position: relative;
	margin-top:0px;
	text-align:center;
	color: #e1af02;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
z-index:100000px;
color: #e1af02;

}

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

}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-top:-1px;
border-top: 1px solid #757575;
border-left: 1px solid #757575;
border-right: 1px solid #757575;
border-bottom: 1px solid #757575;
width: 710px;
padding-bottom: 10px;
padding: 10px;
height:auto;
float:left;
}

.tabcontent{
display:none;
}

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


