.shadetabs{
padding: 3px  0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Courier New;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*background: #D0D0D0;*/
}

.shadetabs li{
  display: inline;
  letter-spacing: 0px;
}

.shadetabs li a{
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border: 0px solid #778;
  color: #2d2b2b;
  background: url(shade.png) bottom left repeat-x; 
}

.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: url(shadeactive.png) left top repeat-x;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
  border: 1px solid gray;
  margin-bottom: 1px; padding: 10px;
  overflow:auto;

  border-top: #000000 1px solid;
  border-bottom: #ffffff 0px solid;  
  border-right: #ffffff 0px solid;  
  border-left: #ffffff 0px solid;    
}