.shadetabs{
  padding: 0;
  padding-top:2px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  height:25px;
  background-color: #FFFFFF;
}

.shadetabs li{
  display: inline;
  margin: 0;
  background-color: #FFFFFF;
}

.shadetabs li a{
  text-decoration: none;
  padding: 3px 5px;
  margin-right: 1px;
  border: 0;
  color: #000000;
  background-color: #FFF;
  /* background: white url(shade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
  color: #000000;
  background-color: #FFF;
}

.shadetabs li a:hover{
/*  text-decoration: underline; */
  color: #000000;
  background-color: #FFFF66;
}

.shadetabs li.selected{
  position: relative;
  top: 0px;
  background-color: #FFF;
}

.shadetabs li.selected a{ /*selected main tab style */
  /* background-image: url(shadeactive.gif); */
  border-bottom-color: #FFFFFF;
  background-color: #FFFF66;
}

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

.contentstyle{
  border: 0px;
  border-top: 0px solid #000000;
  width: 180px;
  /* height: 500px; */
  margin-bottom: 5px; 
  padding: 5px;
}

.tabs_spacer {
  width:4px;
  height:10px;  
}



