@charset "UTF-8";
/* CSS Document */


    #tabs {
	width:800px;
	background:none;
	font-size:93%;
	line-height:normal;
	position:absolute;
	top:81px;
	left:0px;
	z-index:1000;
  }
    #tabs ul {
	margin:0;
	padding:0px 15px 0px 8px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../images/wiltableft3.png") no-repeat left top;
      margin:0;
      padding:0px 0px 0px 19px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/wiltabright3.png") no-repeat right top;
      padding:6px 16px 8px 0px;
      color: #666666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFFF;
      background-position:100% -54px;
      }
    #tabs a:hover {
      background-position:0% -54px;
      }
