$(document).ready(function(){
 
$(".colazione-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".drink-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".map-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-1"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".orari-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".chisiamo-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".cibo-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".vino-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".sport-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".cena-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".birre-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});

$(document).ready(function(){
 
$(".cocktails-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-30"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
});
 
});
