#header {
  float:left;
  width:100%;
  background:url("images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding: 1px 7px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  }
#header a {
  float:left;
  display:block;
  background:url("images/norm_right.gif") no-repeat right top;
  padding: 4px 8px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: White;
  }
/* 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("images/norm_left_f2.gif");
  }
#header #current a {
  background-image:url("images/norm_right_f2.gif");
  color:#333;
  padding-bottom:5px;
  }
