@charset "utf-8";
/* CSS Document */

#tabs {
	  font-size:11px;
	  margin-top:0px;
	  float:left;
	  width:450px;
      line-height:normal;
	  height:20px;
	  padding-top:10px;
	  cursor:arrow;
	  }
    #tabs ul {
	  margin:0;
	  padding:0;
	  list-style:none;
	  /*float:left;*/
      }
    #tabs li {
      display:inline;
	  float:left;
	  margin:0;
	  margin-right:2px;
      padding:0;
      }
    #tabs a {
	  float:left;
      background:url("../images/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
	  height:12px;
	  float:left;
      display:block;
      background:url("../images/tabright.png") no-repeat right top;
      padding:3px 10px 5px 5px;
      color:#333;
      }
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#fff;
      }
	 
    #tabs a:hover {
      background-position:0% -20px;
	  cursor:pointer;
      }
    #tabs a:hover span {
      background-position:100% -20px;
      }
	  
	#tabs a:active span {
      color:#fff;
      }
	  
	 #tabs a:active {
      background-position:0% -20px;
      }
    #tabs a:active span {
      background-position:100% -20px;
      }