#tabs {
	
      float:centre;
	  text-align:center;
      width:100%;
      font-size:137%;
      font-weight:300;
	  line-height:normal;
	  font-family:Times New Roman, Times, serif; 
	  padding-top:146px;
	  padding-left:66px;


      }
#tabs ul {
	list-style:none;

      }
	  
#tabs li {
      display:inline;

      }
	  
#tabs a {
      margin:0;
      text-decoration:none;

      }
	  
#tabs a span {
color:#ffffff;
margin: 0px 95px 0px 0px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#3a4f1c
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }


