#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  margin-top: -29px;
  background:url("/images/header/tabs-bg.gif") repeat-x bottom;
  padding-bottom: 7px;
}
#tabs ul {
  margin:0;
  padding:0 10px 0 40%;
  list-style:none;
}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
  float:left;
  background:url("/images/header/tab-left.gif") no-repeat left top;
  margin:0;
  margin-left: 4px;
  padding:0 0 0 5px;
  text-decoration:none;
  font-weight: bold;
}
#tabs a span {
  float:left;
  display:block;
  background:url("/images/header/tab-right.gif") no-repeat right top;
  padding:9px 19px 7px 10px;
  color:#193e81;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  background-position:0% -84px;
}
#tabs a:hover span {
  background-position:100% -84px;
}
#tabs a.current {
  position: relative;
  top: 1px;
  background-position:0% -42px;
}
#tabs a.current span {
  background-position:100% -42px;
}