.shadetabs{
padding: 4px 0;
margin-left: 0px;
margin-top: 1px;

font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 10px;


}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 14px;
margin-right: -23px;/* -5px */
border: 1px solid 	;
color: #fff;
background: #9acd32;
border-bottom-color: #9acd32;
top: -12px;


}

.shadetabs li a:visited{
border: 1px solid 	;
color: #fff;
border-bottom-color: #9acd32;
top: -12px;

}

.shadetabs li a:hover{
text-decoration: underline;
border: 1px solid 	;
color: #fff;
border-bottom-color: #9acd32;
top: -12px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
border: 1px solid 	;
color: #3a9f27;


}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shade.gif);
border-bottom-color: white;
top: -11px;
}

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

.tabcontent{
display:none;
background: url(shade.gif) top bottom repeat-x;

}

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






