.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
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;
margin-bottom:-2px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: -5px;
border-top: 1px solid #E6E6E6;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
margin-left:0px;
color: #2d2b2b;
background: white url(shadow2.jpg) top left repeat-x;
font-weight: normal;
border-bottom: 1px solid #AAC2D2;

}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background: white url(shadow.jpg) top left repeat-x;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: white url(shadow.jpg) top left repeat-x;
border: 1px solid #AAC2D2;
font-weight: bold;
margin-bottom:100px;
border-bottom-color: #FFFFFF;
border-bottom-width: 0px;
border-bottom-style: none;
margin-right: -4px;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #AAC2D2;
width: 450px;
margin-bottom: 1em;
margin-top:0px;
padding: 10px;
margin-top:-1px;
}

.tabcontent{
display:none;
}

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