#tabs {
      float:left;
      width:100%;
	  line-height: 1em;
      font-size:18px;
      font-weight: bold;

	  font-family:Helvetica, Arial, sans-serif;
      }
#tabs ul {

	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 50px;
	list-style:none;
	
      }
#tabs li {
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0px 0px 0px 0px;

      }
#tabs a {
      float:left;
      margin:0px 0px 0px 0px;
      padding:0px 5px 0px 5px;
      text-decoration:none;
      }
	  
	  #tabs b {
    padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
      color:#728033;
	  
      }
	  
	  
#tabs a span {
      float:left;
      display:block;
      padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
      color:#d7dbdc;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#71831e;
      }
	  
#tabs span.active {
      color:#71831e;
      }
	  
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }

