#tabs {
      float:left;
      font-size:100%;
      font-weight: bold;
      line-height:normal;
	  margin:84px 0 0 62px;
      }
#tabs a {
      float:left;
      margin:0 50px 0 0;
      padding:3px;
      text-decoration:none;
      }
#tabs a span {
      float:left;
      display:block;
      padding:0;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#0084FF;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }

