#header {
    float:left;
    width:770px;
    background:#DAE0D2 url("images/bg.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }

#header ul {
    margin:0;
    padding:5px 10px 0;
    list-style:none;
    }

#header li {
  float:left;
  background:url("images/left_both.gif")
    no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }

	
#header a, #header strong, #header span {
    display:block;
    background:url("norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }

#header a {
  float:left;
  display:block;
  width:.1em;
  background:url("images/right_both.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-size:10px;
  font-family:Verdana;
  font-weight:normal;
  color:#765;
  white-space:nowrap;
  }
  	
#header #current {
  background-position:0% -150px;
  border-width:0;
  }
  	
#header #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }	
	
#header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#header li:hover a {
  background-position:100% -150px;
  }	
	
#header > ul a {width:auto;}

