.shadetabs{
padding-top:10px;
font: bold 12px Verdana;
list-style-type: none;
margin-left:70px
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
color: #FFCC66;
}

.shadetabs li a:visited{
color: #FFCC66;
}

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

.shadetabs li.selected{
position: relative;

}

}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
color:#FFF;height:260px;width:481px;}


.tabcontent{
display:none;
}



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

