 #header {
	  position:absolute;
	  top:109px;
      float:left;
      width:90%;
      line-height:normal;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color:#ffffff;
	  font-weight:normal
      }
    #header ul {
      margin:0px 0 0 0;
      padding:0px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("left_both.gif") no-repeat left top;
      margin:0;
      padding:0 4px 0 9px;
      
      }
    #header a {
      float:left;
      display:block;
	  width:.1em;
	  white-space:nowrap;
      background:url("right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      color:#ffffff;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#64696C;
      }
	  * html div#header a:hover {
      color:#fff;
      }
    #a #nav-a, #b #nav-b,
    #c #nav-c, #d #nav-d,
    #e #nav-e, #f #nav-f {
      background-position:0 -151px;
      border-width:0;
      }
    #a #nav-a a, #b #nav-b a,
    #c #nav-c a, #d #nav-d a,
    #e #nav-e a, #f #nav-f a {
      background-position:100% -151px;
      padding-bottom:4px;
      color:#333;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -151px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -151px;
      }
