#tabs {
      float:left;
      width:100%;
      background:#0f0e0d;
height:40px;
	  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

      line-height:normal;
	  
      }
#tabs ul {
	margin:0px 0px 0px 0px;
	padding:10px 1px 0px 40px;
	list-style:none;
      }
#tabs li {
list-style:none;
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0px 0px 0px 0px;

      }
	  #tab img {

	        text-decoration:none;
			border:none;
	   text-decoration:none;
	  }
	  
	  
#tabs a {
      float:left;
	      font-weight:bold;
      margin:0px 0px 0px 0px;
      padding:0px 0px 0px 4px;
      text-decoration:none;

      }
#tabs a span {
      font-size:14px;
      float:left;
      font-weight: bold;
	 margin:0px 0px 0px 0px;
      padding:0px 15px 0px 6px;
      color:#91e83c;
	  	  position:relative;
left:5px;
bottom:5px;

      }
	  

  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {

float:none;


}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#d7d93c;
	
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }

