#menuayuda {
	padding: 20;
	list-style-type: none; 
	font-family: arial;
	font-size: 16px; 
    font-weight: bold; 
     }
 #menuayuda li {
 	background-color:#ABB157; 
    float: left; 
    height: 2.5em; 
    line-height: 2.5em;
    border-color: #ED683B;
    border-style: solid;
    border-width: 3px; 
    text-align: center;
            }
 #menuayuda a {
 	color: #ED683B;
 	text-decoration: none;
 	padding: 0 20px;
 	display: block; 
         }
 #menuayuda li:hover {
 	background-color: #F1ECD9;
 	 }
 #menuayuda li:hover a {
 	color:#ABB157;
                 }