.header {
   width:auto; 
position:absolute; left:230px; top:5px;
  background:none;
  font-size:0.9em;
  line-height:normal;
  clear: both;
  margin-top: 0px;
padding-left:50px; 
  }
.header ul {
  margin:0;
  padding: 0;
  list-style:none;
  display: inline;
  }
.header li {
  display:inline;
  margin:0;
  padding:0;
float:left; margin-right:5px
  }
.header a {  
  margin:0;
  padding:0 0 0 6px;
  border-bottom:0px solid #765;
  text-decoration:none;
  white-space:nowrap;
  margin-left: 2px;color:#d4cf1e;
  display: inline;

  }
  .header ul li:first-child a { margin-left: 0; }
.header a span {
    display:block;
  border: 0px solid #cbc6b4;
  padding:50px 3px 0px 0px;
  font-weight:bold;
  width: 110px;
  text-align: center;
height:40px;  
  }

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

  }
.header a:hover span {
  background-position:100% -150px;
 background-color: #b23294;
  }

