/* CSS Document */

#header {
      float:left;
      width:500px;
      background:#DAE0D2 url(../images/nav/bg.gif) repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url(../images/nav/left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      display:block;
      background:url(../images/nav/right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      }
    #header #current {
      background-image:url(../images/nav/left_on.gif);
      }
    #header #current a {
      background-image:url(../images/nav/right_on.gif);
      padding-bottom:5px;
      }