 #tabs7 {
      float:left;
      width:100%;
      font-size:18px;
	  font-weight:bold;
	  font:Arial;
      }
    #tabs7 ul {
          margin:0;
          padding:0px 0px 0 0px;
          list-style:none;
      }
    #tabs7 li {
      display:inline;
      margin:0;
	  padding-bottom:0px;
      }
    #tabs7 a {
      float:left;
      background:url("Images/tableft7.png") no-repeat left top;
      margin:0;
	  color:#333333;
	  
      text-decoration:none;
      }
    #tabs7 a span {
      float:left;
      display:block;
      background:url("Images/tabright7.png") no-repeat right top;
	  padding-top:8px;
	  padding-bottom:10px;
	  padding-left:10px;
	  padding-right:10px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs7 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs7 a:hover span {
      color:#333333;
	  
      }
    #tabs7 a:hover {
      background-position:0% -40px;
      }
    #tabs7 a:hover span {
      background-position:100% -40px;
      }

      #tabs7 #current a {
              background-position:0% -40px;
			  color:#333333;
      }
      #tabs7 #current a span {
              background-position:100% -40px;
			  color:#333333;
      }