#tabs {
      float:left;
      width:100%;
      background:#431f1f;
      font-size:14px;
      font-weight: bold;
      line-height:normal;
	  letter-spacing:0.2px;
      }
#tabs ul {
	margin:0;
	padding:7px 1px 0 25px;
	list-style:none;
      }
#tabs li {
      display:inline;

      margin:0;
      padding:0;
      }
	  
	  
	  	#tabs a.noborder{
	
	
	}
	
#tabs a {
      float:left;
	  font-family:Georgia, "Times New Roman", Times, serif;
	 	border-right:1px solid #FFFFFF;
	
	
      /*background:url("../images/menu/tableft.gif") no-repeat left top;*/
      margin:0px 0px 6px 0px;
      padding:0px 5px 0px 5px;
      text-decoration:none;
      }
#tabs a span {
      float:left;
      display:block;
      /*background:url("../images/menu/tabright.gif") no-repeat right top;*/
      padding:5px 0px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#AFD040;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }
	  
	  


