// configure options and call the superfish script

jQuery(function(){
  jQuery('ul.sf-menu').superfish({
    delay: 500,       // 500ms delay on mouse-out
    animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation
    speed: 'fast',    // faster animation speed
    autoArrows: false // disable generation of arrow mark-up
  });
});

