.shadetabs{
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs span{
display: inline;
margin: 0;
}

.shadetabs span a{
text-decoration: none;

margin-right: 0px;

background: white url() top left repeat-x;
}

.shadetabs span a:visited{

}

.shadetabs span a:hover{


}

.shadetabs span.selected{
position: relative;
top: 0px;
}

.shadetabs span.selected a{ /*selected main tab style */
background-image: url();

}

.shadetabs span.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: auto;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}