@charset "utf-8";

    #tabs {
      float:left;
      width:960px;
	  height:40px;
      font-size:100%;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
	  height: 40px;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      padding:5px 25px 4px 0px;
      color:#333333;
      }
	
	  
    #tab1 a {
      background:url("images/tableft1.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab1 a span {
      background:url("images/tabright1.gif") no-repeat right top;
	  background-position:100% 0px;
      }
	#tab2 a {
      background:url("images/tableft2.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab2 a span {
      background:url("images/tabright2.gif") no-repeat right top;
	  background-position:100% 0px;
      }
    #tab3 a {
      background:url("images/tableft3.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab3 a span {
      background:url("images/tabright3.gif") no-repeat right top;
	  background-position:100% 0px;
      }
    #tab4 a {
      background:url("images/tableft4.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab4 a span {
      background:url("images/tabright4.gif") no-repeat right top;
	  background-position:100% 0px;
      }
	#tab5 a {
      background:url("images/tableft5.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab5 a span {
      background:url("images/tabright5.gif") no-repeat right top;
	  background-position:100% 0px;
      }
	#tab6 a {
      background:url("images/tableft6.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab6 a span {
      background:url("images/tabright6.gif") no-repeat right top;
	  background-position:100% 0px;
      }
    #tab7 a {
      background:url("images/tableft7.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab7 a span {
      background:url("images/tabright7.gif") no-repeat right top;
	  background-position:100% 0px;
      }
    #tab8 a {
      background:url("images/tableft8.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab8 a span {
      background:url("images/tabright8.gif") no-repeat right top;
	  background-position:100% 0px;
      }
	#tab9 a {
      background:url("images/tableft9.gif") no-repeat left top;
	  background-position:0% 0px;
      }
    #tab9 a span {
      background:url("images/tabright9.gif") no-repeat right top;
	  background-position:100% 0px;
      }
	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#666666;
      }
    #tabs a:hover {
      background-position:0% -9px;
      }
    #tabs a:hover span {
      background-position:100% -9px;
      }
	#tabs a:active {
      background-position:0% -9px;
      }
    #tabs a:active span {
      background-position:100% -9px;
      }

</style>


