#header {
  float: left;
  margin: 0px;
  width: 100%;
  text-align: left;
  background: #DAE0D2 url("bg.gif") repeat-x bottom;
  line-height: normal;
  }
#header ul {
  margin: 0px;
  padding: 1px 0px 0px 0px;
  list-style: none;
  }
#header li {
  float: left;
  background: url("left.gif") no-repeat left top;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  }
#header a {
  float: left;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background: url("right.gif") no-repeat right top;
  padding: 2px 5px 4px 1px;
  text-decoration: none;
  font-weight: normal;
  color: #765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
	float:none;
}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("left_on.gif");
  }
#header #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom: 5px;
  }

