   
    #header {
      float:left;
      width:100%;
      background:#c8dcf8;
	  color: #000000;
      font-size:12px;
      list-style:none;      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("left.gif") no-repeat left;
      margin:0;
      padding:0 0 0 7px;
      }
    #header a {
      display:block;
      background:url("right.gif") no-repeat right;
      padding:7px 15px 4px 6px;
      text-decoration:none;
	  font-size: 12px;
      font-weight:bold;
      color:#000066;
	  
      }
    #header a:hover {
      color:#ff0000;
      }
    #header #current {
      background-image:url("left_on.gif");
      }
    #header #current a {
      background-image:url("right_on.gif");
      color:#ff0000;
      padding-bottom:4px;
      }
    #header #style2 {
      background-image: url("style2_left.gif");
      }
    #header #style2 a {
      background-image: url("style2_right.gif");
      color:#000066;
      padding-bottom:4px;
      }
	  #header #style2 a:hover {
      color:#ff0000;
      }
