    #tabs9 {
      float:left;
      font-size:15px;         
      line-height:normal;
	  font-family:Arial, Helvetica, sans-serif,narrow;
	  height:123px;
	  font-weight:bold;
	  padding:0 0 0 10px;
      }
    #tabs9 ul {
          margin:0;
          padding:0px 0 0 15px;
          list-style:none;
      }
    #tabs9 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs9 a {
      float:left;
      /*background:url("tableft9.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
       /*background:url("tabright9.gif") no-repeat right top;*/
      padding:98px 10px 5px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
       background:url(../images/menu-hover-bg.jpg) left top repeat-x;
	 color:#000000;
      }
    #tabs9 a:hover span {
     background:url(../images/menu-hover-bg.jpg) left top repeat-x;
	 color:#000000;
      }

      #tabs9 #current a {
               background:url(../images/menu-hover-bg.jpg) left top repeat-x;
	 color:#000000;
      }
      #tabs9 #current a span {
               background:url(../images/menu-hover-bg.jpg) left top repeat-x;
	 color:#000000;
      }
-->