jQuery.noConflict();
jQuery(document).ready(function($) { 
	$('ul.hm').superfish({ 
		delay:       100,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast', 
		dropShadows: false  
	}); 
}); 

