#tabs {
      
	  text-align:right;
      width:100%;
      font-size:170%;
      font-weight:350;
	  line-height:normal;
	  font-family:Times New Roman, Times, serif; 
	  
      }
#tabs ul {
	margin:0;
	padding:0px 30px 33px 0px;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      
      margin:0;
      padding:0px 0px 0px 0px;
      text-decoration:none;
      }
#tabs a span {
     

      padding:0px 0px 0px 0px;
      color:#426f45
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#5f8661
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }

