ul.tabs {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  /*width: 100%;*/
  border-bottom: 1px solid #D6D6AB;
  background: url(tabs-right.gif) no-repeat 100% 0%;
  font-family: Verdana, Helvetica, sans-serif;
}

ul.tabs li {
  float: left;
  background: #800A10 url(tab-left.gif) no-repeat 0% 0%;
  list-style: none;
  margin: 0px;
  color: #FFFFCC;
  padding: 0px 0px 2px 22px;
  text-transform: uppercase;
  font-size: 60%;
  font-weight: bold;
}

ul.tabs li.first {
  background: #800A10 url(tab-first-left.gif) no-repeat 0% 0%;
}

ul.tabs a:link, ul.tabs a:visited {
  display: block;
  padding: 0em 1em;
  line-height: 250%;
  text-decoration: none;
  color: #FFFFCC;
  float: left;
  border-top: 1px solid #D6D6AB;
}
