#header {
  float:left;
  width:934px;
  display: inline;
  background:#000 repeat-x bottom;
  font-size:93%;
  line-height:normal;
  border-bottom:0px solid #9b95af;
  clear: both;
  margin-top: 10px;height:21px
  }
#header ul {
  margin:0;
  padding: 0;
  list-style:none;
  display: inline;
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
  float:left;
  background:url("left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  border-bottom:0px solid #765;
  text-decoration:none;
  white-space:nowrap;
  margin-left: 2px;
  }
  #header ul li:first-child a { margin-left: 0; }
#header a span {
  float:left;
  display:block;
  background:url("right_both.gif") no-repeat right top;
  padding:5px 3px 4px 0px;
  font-weight:bold;
  font-size: 10px;
  color:#b1b2b7;
  width: 93px;
  text-align: center;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#000;
  }
#header #current a {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a span {
  background-position:100% -150px;
  color:#000;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }

