@charset "utf-8";
/* CSS Document */

#tabs {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:820px;
	  height:35px;
      background:#FFFFFF;
      font-size:91%;
      line-height:normal;
	  margin-bottom: -1px;
}
#tabs ul {
	margin:0;
	padding:8px 10px 0 10px;
	list-style:none;

}
#tabs li {
      display:inline;
      margin:0;
      padding:0;
}
#tabs a {
      float:left;
      background:url("../images/tableft14.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright14.gif") no-repeat right top;
      padding:5px 6px 4px 3px;
      color:#666;
}
#tabs a:hover span {
      color:#000;
}
#tabs a:hover {
      background-position:0% -42px;
	  color:#009;
}
#tabs a:hover span {
      background-position:100% -42px;
	   color:#009;
}
#tabs a:active span {
		
}