body {
    background-color: #f1f1e9;
}

    #header {
      float:left;
      width:100%;
      background:#F1F1E9 url(application-images/bg.gif) repeat-x bottom;
      font-size:70%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url(application-images/norm_left_test.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      display:block;
      background:url(application-images/norm_right_test2.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url(application-images/norm_left_on.gif);
      }
    #header #current a {
      background-image:url(application-images/norm_right_on.gif);
      color:#333;
      padding-bottom:5px;
      }

