#header {
  float:left;
  width:934px;
  display: inline;
  background:#fff repeat-x bottom;
  font-size:93%;
  line-height:normal;
  border-bottom:6px solid #9b95af;
  clear: both;
  margin-top: 10px;
  }

#header #current a {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a span {
  background-position:100% -150px;
  padding-bottom:4px;
  color:#fff;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }

