.shadetabs{
padding: 0;
margin: 0;
font: Normal 11px tahoma;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;
float: right; 
padding: 5px 0;
margin-left: 3px;
margin-bottom: -1px; *margin-bottom: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 7px;
margin-left: 3px;
border: 1px solid #b6b6b6;
color: #2d2b2b;
background: white url(shade.gif) top right repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #b6b6b6;
width: 690px;
margin-bottom: 1em;
padding: 10px;
margin-top: 0px; *margin-top: -1px;
float: right;
background: url(shdtabs.gif) bottom repeat-x;
}

.tabcontent{display:none;}

.tabcontent table td{ padding: 4px; }

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