#tabs {
      float:left;
	  position:relative;
	  top:260px;
	  left:-9px;
      font-size:14px;
	  letter-spacing:-1px;
      font-weight: bold;
      line-height:normal;
	  z-index:10;
      }
#tabs ul {
	margin:0;
	padding:15px 0px 0px 15px;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:left;
      /*background:url("../images/menu/tableft.gif") no-repeat left top;*/
      margin:0;
      padding:0px 8px 0px 8px;
      text-decoration:none;
	  color:#ffffff;
      }
#tabs a span {
      color:#419bbd;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#419bbd;
      }
#tabs a:hover {
      color:#333333;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }


