#header {
  position:absolute;
  width:918px;
  display: inline;
  background:none;
  font-size:93%;
  line-height:normal;
  clear: both;
  margin-top: 109px;
padding-left:1px;
  }
#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;color:#000;
  display: inline;
  }
  #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;
  
  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:#fff;
  }
#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;
  }

/* HEADER HOME \

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

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