#tabs {
	float:left;
	width:100%;
	background:#E3E9F1;
	font-size:11px;
	line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:1px 1px 0 50px;
	  list-style:none;
	  font-size:11px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:1px;
	  font-size:11px;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-size:11px;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
	  font-size:11px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#FF9834;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
      }
    #tabs a:hover {
	background-position:0% -42px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
      }
    #tabs a:hover span {
	background-position:100% -42px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
      }
