   #header {
      float:left;
      width:100%;
      background:#FFF url("/newimages/bg.gif") repeat-x bottom;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:5px 5px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/newimages/norm_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
	  text-align:center;
      }
    #header a {
      display:block;
      background:url("/newimages/norm_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#3754AD;
      }
    #header a:hover {
      color:#2876E0;
      }
    #header #current {
      background-image:url("/newimages/norm_left_on.gif");
      }
    #header #current a {
      background-image:url("/newimages/norm_right_on.gif");
      color:#2876E0;
      padding-bottom:5px;
      }
