#header {
position:relative;
  float:left;
  width:100%;
  background:#ffffff url("bg.gif") repeat-x bottom;
  font-size:0.78em;
  line-height:normal;

  }
#header ul {
  margin:0;
  padding:0;
  list-style:none;
  padding-left:0px;
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
  float:left;
  background:url("left_both.gif") no-repeat left top;
  margin:0;
  padding:0px 4px 0px 4px;
  border-bottom:1px solid #765;
  text-decoration:none;
  white-space:nowrap;
  }
#header a span {
  float:left;
  display:block;
  background:url("right_both.gif") no-repeat right top;
  padding:4px 8px 8px 8px;
  font-weight:bold;
  color:#ffffff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#333;
  }
#header #current a {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }

