#tabContainer {
  float:left;
  width: 756px;
  background: url("../images/tabs/bg.gif") repeat-x bottom;
  margin: 0 0 20px 10px;
}

#tabs {
  float:left;
  line-height:normal;
  white-space: nowrap;
  background: url("../images/tabs/bg.gif") repeat-x bottom;
}

#tabs ul {
  margin: 0;
  padding: 0px 10px 10px 10px;
  list-style: none;
}

#tabs a i { font-size: 10px; color: #00aa00; }
#tabs a i.empty { color: #aa0000; }

#tabs a {
  display: block;
  background:url("../images/tabs/right.gif") no-repeat right top;
  padding:5px 9px 4px 4px;
  vertical-align: baseline;
  text-decoration: none;
  color: #000000;
  width:.1em;
}

#tabs > ul a {
  width: auto;
}

#tabs a:hover,
#tabs a:visited,
#tabs a:active {
  text-decoration: none;
  color: #000000;
}

#tabs li {
  float:left;
  background:url("../images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 2px;
  /* border-bottom: solid 1px #776655; */
}

#tabs li#current {
  border-width: 0;
}

#tabs #current {
  background-image:url("../images/tabs/left_on.gif");
  margin-left: -3px;
}
#tabs #current a {
  background-image:url("../images/tabs/right_on.gif");
  padding:3px 9px 7px 6px;
  vertical-align: baseline;
}

#tabs .last a {
  background-image:url("../images/tabs/right_last.gif");
}

#tabs .first {
  background-image:url("../images/tabs/left_first.gif");
}

#tabs .first#current {
  margin-left: 0;
}

#tabs li:hover {
  background-position: 0% -150px;
  cursor: pointer;
}

#tabs li:hover a {
  background-position: 100% -150px;
}

#tabs li.first:hover {
  background-position: top left;
}

#tabs a:hover {
  background-position: 100% -150px;
}

.tabData {
  display: none;
}