#tabs {

	  text-align:center;
      font-size:14px;
      font-weight:bold;
	  line-height:normal; 
	  font-family:arial, sans-serif;
	  color:#1c4353;
	  padding-top:142px;


      }
#tabs ul {
	list-style:none;

      }
	  
#tabs li {
      display:inline;

      }
	  
#tabs a {
      margin:0;
      text-decoration:none;

      }
	  
#tabs a span {
color:#1c4353;
margin: 0px 0px 0px 20px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span 
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#1c4353
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }

