.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px 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{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white url(shade01.gif) top left repeat-x;
border: 1px solid #cdcdcd;
border-bottom: #cdcdcd;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
top: 1px;
position:relative;
}


#shadetabs1.selected a{ /*selected main tab style */
background-image: url(shadeactive5.gif);
border: 1px solid #288ED2;
border-bottom: #288ED2;
}
#shadetabs2.selected a{ /*selected main tab style */
background-image: url(shadeactive2.gif);
border: 1px solid #E1046D;
border-bottom: #E1046D;
}
#shadetabs3.selected a{ /*selected main tab style */
background-image: url(shadeactive3.gif);
border: 1px solid #F07100;
border-bottom: #F07100;
}
#shadetabs4.selected a{ /*selected main tab style */
background-image: url(shadeactive4.gif);
border: 1px solid #A200FF;
border-bottom: #A200FF;
}
#shadetabs5.selected a{ /*selected main tab style */
background-image: url(shadeactive1.gif);
border: 1px solid #6FBE44;
border-bottom: #6FBE44;
}
#shadetabs6.selected a{ /*selected main tab style */
/*background-image: url(shadeactive6.jpg);*/
border: 1px solid #AF588B;
border-bottom: #AF588B;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width:100%;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}