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