$("#menu_esquerdo > li > a").each(function(){
	$(this).attr("href", $(this).attr("href") + "#link_topo_destino" );
});

