#header {
  float:left;
  width:100%;
  background:#FFFFFF url("tab_bg.gif") repeat-x bottom;
  font-size:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:   url("tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  text-decoration: none;
  }
#header a {
  float:left;
  display:block;
  background:   url("tab_right.gif") no-repeat right top;
  padding:5px 10px 4px 0px;
  text-decoration:none;
  color:#333366;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#000;
  text-decoration: underline;
  }
#header #current {
  background-image:   url("tab_left_on.gif");
  }
#header #current a {
  background-image:   url("tab_right_on.gif");
  color:#000;
  padding-bottom:5px;
  font-weight: bold;
  }
