jQuery.noConflict();

jQuery(document).ready(function($){
	$('#dgmenu1 ul').superfish({ 
		delay:         500, 
		animation: {
			opacity:'show'//,
			//height:'show'
		}, 
		speed:        'fast',
		autoArrows:    false, 
		dropShadows:   false 
	}); 
});
