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

}); 

