.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 5px;
font: 11px 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: 12px 28px 20px;
margin-right: 0px;
border: 0px solid #c5bcb0;
color: #5a3d1b;
background: url(../images/taboff.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #5a3d1b;
}

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

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

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

}

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

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

.tabcontent{
display:none;
}

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