jQuery(document).ready(function(){ 
       			jQuery.noConflict();
       			jQuery("#nav ul").superfish({ 
           			delay:       500,                    // fade-in and slide-down animation 
            		speed:       400,                   // faster animation speed 
            		autoArrows:  false,                // disable generation of arrow mark-up 
            		dropShadows: false                // disable drop shadows 
        		});
    		});