/* resolve an issue with always having a scrollbar for #tab */
#tabHolder {
  width: 100%;
  margin: 0;
  border: 1px solid black;
  border-bottom-style: none;
}

#tab {
  float:left;
  width: 100%;
  background:#BED1B8 url("images/background.gif") repeat-x bottom;
  line-height:100%;
  margin-bottom:5px;
}

#tab ul {
  margin:0;
  /* padding:10px 10px 0; */
  padding-left:10px;
  list-style:none;
}

#tab li {
  float:left;
  background:url("images/tabLeft.gif") no-repeat left top;
  margin:0;
  white-space: nowrap;
  padding:0 0 0 5px;
  border-bottom:1px solid #000;
}

#tab a {
  float:left;
  display:block;
  width:.1em;
  background:url("images/tabRight.gif") no-repeat right top;
  padding:5px 10px 4px 1px;
  text-decoration:none;
  /* font-weight:bold; */
  color:#F4F7DA;
}

#tab > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab a {float:none;}
/* End IE5-Mac hack */

#tab a:hover {
  color:#333;
}

#tab #current {
  background-position:0 -150px;
  border-width:0;
}

#tab #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#000;
  font-weight:bold;
}

#tab li:hover, #tab li:hover a {
  background-position:0% -150px;
  color:#9BAB96;
}

#tab li:hover a {
  background-position:100% -150px;
}
