.shadetabs1{
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;
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
padding: 4px 7px;
margin-right: 3px;
color: #000000;
/*border: 1px solid #778;*/
/*background-color:#eeeeee;*/
background: url(../images/home/sp-menu.gif);  /* other box bg color*/
}

.shadetabs1 li a:visited{
color: #2d2b2b;

}

.shadetabs1 li a:hover{
/*text-decoration: underline;*/
background-color:#ffffff;

background: url(../images/home/white-bg.gif);
}

.shadetabs1 li.selected{
position: relative;
top: 1px;

}

.shadetabs1 li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: black;
background-color:#ffffff;

/*background: url(../images/home/white-bg.gif);*/
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontentstyle1{ /*style of tab content oontainer*/
/*border: 1px solid gray;*/
/*width: 300px;*/
/*margin-bottom: 1em;*/
padding: 10px;

}

.tabcontent1{
display:none;

}

@media print {
.tabcontent1 {
display:block!important;
}
}