    #menu {
      float: right;
      font-size:13px;
      font-weight: bold;
      line-height:normal;
        margin:0;
          /*top right bottom left*/
          padding:0 10px 0 0;
          list-style:none;
        }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
        }
    #menu a {
      float:left;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 10px 4px 3px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#ffffff;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }

      #menu #current a {
              background-position:0% -42px;
      }
      #menu #current a span {
              background-position:100% -42px;
      }
-->

