/*------------------------------------- */
/* Menu Tabs                            */
/*------------------------------------- */

#tabs {
  float:left;
  margin-left: 100px;
  width:100%;
  background: #fff;
  font-family: Verdana, Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  font-variant: small-caps;
  line-height:0.9em;
  border-bottom:1px solid #374a48;
}

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

#tabs li {
  display:inline;
  margin:0;
  padding:0;
}

#tabs a {
  float:left;
  background:url("../images/tabs/ltab.gif") no-repeat;
  background-position:0% -42px;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
}

#tabs a span {
  float:left;
  display:block;
  background:url("../images/tabs/rtab.gif") no-repeat;
  background-position:100% -42px;
  padding:10px 15px 4px 6px;
  color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
  color:#000;
}

#tabs a:hover {
  background-position:left top;
}

#tabs a:hover span {
  background-position:right top;
}
