.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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: 0;
}

.shadetabs li a{
text-decoration: none;
padding-top:2px;
padding-bottom: 3px;
padding-right:10px;
padding-left:10px;
margin-right: 5px;
border-top: 1px solid #0F703B;
border-right: 1px solid #0F703B;
border-left: 1px solid #0F703B;
COLOR: #FFF; 
background: white url(shade_new.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFF;
background: white url(shade_hover.gif) top left repeat-x;
}

.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shade_new.gif);
border-bottom-color: white;
COLOR: #FFF; 
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 2px solid #0F703B;
/*border-bottom: 3px solid #0F703B;*/
width: 98%;
margin-bottom: 1m;
padding: 11px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
