jQuery().ready(function(){
	jQuery('#listmenu').Accordion({
		header: 'a.hac',
		active: 'a.hac.on',
		event: 'mouseover' 
	});
});