// JavaScript Document
    $(document).ready(function() {
        $('ul.sf-menu').superfish(
        {
        
        delay:       750,
        animation:   {opacity:'show',height:'show'},
        speed:       'normal',
        autoArrows:  true,
        dropShadows: false         
        
        
        }
        
        
        );
    });
