$(document).ready(function(){
$('.sf-menu').superfish({ 
    delay:       1000,
    animation:   {opacity:'show',height:'show'},
    speed:       'fast',
    autoArrows:  false,
    dropShadows: false
   });
 });
