.shadetabs{
padding: 0 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:url(../images/home/sp-menu.gif);
height:19;
padding-top: 3px;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
padding: 4px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #000000;
background: url(../images/home/sp-menu.gif);

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
/*text-decoration: underline;*/
background: url(../images/home/blue-bg.gif);

}

.shadetabs li.selected{
position: relative;
top: 1px;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: black;
background-color:#e2f2f2;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border: 1px solid gray;*/
/*width: 300px;*/
/*margin-bottom: 1em;*/
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}