$(document).ready(function() {

 $('.sf-menu').superfish({ 
         delay:       500,                          
         speed:       'fast',                        
         autoArrows:  true,                           
         dropShadows: false                            
     }); 

});
