#menurada table {margin:0px; padding:0px; border-bottom: 2px solid #aa0000;}
#menurada td {
	margin:0px; padding:0px;
	text-align:center;
	 background-image: url('./images/botto_menu.png');
	 width:74px;
	 height:27px;
	 border-right: 1px solid gray;
	
	 background-color:white;
}

 #menurada td a{
  text-decoration:none;
  color:white;
  font-weight:bold;
 }
 
 #menurada td a:hover{ color:yellow;}
