 jQuery(function ($) {
    $(document).ready(function() {
        $('ul.sf-menu').superfish({
          delay:       150,                            // delay on mouseout
          autoArrows:  false                           // disable generation of arrow mark-up
        });

    });
   });
