 #header {
      float:left;
      width:100%;
      background:#fff url("bg.gif") repeat-x bottom;
      font-size:90%;
      line-height:normal;
      }

    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }

    #header li {
      float:left;
      background:url("left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }

    #header a {
      display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }

    #header li:hover {
     float:left;
     background:url("left_on.gif") no-repeat left top;
     margin:0;
     padding:0 0 0 9px;
     }

    #header a:hover {
      color:#5F73A7;
      background:url("right_on.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;

      }

    #header #current {
      background-image:url("left_on.gif");
      }

    #header #current a {
      background-image:url("right_on.gif");
      color:#333;
      padding-bottom:5px;
      }