$(function(){
$("#menu_intro_ita a").not(".active").hover(
    function(){$("span",this).fadeIn("slow");},
    function(){$("span",this).fadeOut('fast');});
});
