jQuery(function(){
	jQuery('#nav ul').superfish({
		delay:       0,                            
        animation:   { opacity:'show' }, 
        speed:       0,                         
        dropShadows: false
	});
});
