
.shadetabs{
padding: 3px 0;
/* margin-left: 0; */
margin-top: 10px;
margin-bottom: 10px;
font: bold 100% Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
width: 800px;
margin-left: auto;
margin-right: auto;
}

.shadetabs li{
  display: inline;
  margin: 0;
position: relative;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: url(images/shade.gif) top left repeat-x;
/* border: 1px solid #778; */
/*
border-width: 1px;
border-style: solid;
border-color: #778;
*/

  border-width: 3px;
  border-style: ridge;
  border-color: #f59336;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: #f8ab36;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}