.shadetabs{
padding:3px;
padding-bottom:0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

}

.shadetabs li a{
padding: 3px 7px;

margin-bottom:0;
border: 1px solid #778;

text-decoration:none;
background: white  url(../images/tab_content/shade.gif) top left repeat-x;
}

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

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

.shadetabs li.selected{
position: relative;
top: 1px;
color: #333333;
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border-left:none;
border-right:none;
border-bottom:none;
border-top: 1px solid  #CCCCCC;
width: 100%;
padding: 0px;
}

.tabcontent{
display:none;
}

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