    #menu {
      float:left;
      }

    #menu li {
      display:inline;
      }

    #menu a {
      float:left;
      background:url("imgs/tableft6.gif") no-repeat left top;
	background-color: #FFF;
      padding:0px 0px 0px 6px;
      text-decoration:none;
	cursor: pointer;
      }

    #menu a span {
      float:left;
      display:block;
      background:url("imgs/tabright6.gif") no-repeat right top;
	background-color: #FFF;
      padding:5px 17px 5px 10px;
      color:#FFF;
	font-weight: bold;
	cursor: pointer;
      }

    #menu a:hover {
      background-position: left bottom;
	cursor: pointer;
      }

    #menu a:hover span {
      background-position: right bottom;
	cursor: pointer;
      }


    #menu a.current {
      background-position: left bottom;
      }

    #menu span.current {
      background-position: right bottom;
      }
