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