jQuery().ready(function(){
	jQuery('#listmenu').Accordion({
		header: 'a.hac',
		active: 'a.hac.on',
        alwaysOpen: false, 
        animated: false 
	});
	jQuery('#listmenu-bas').Accordion({
		header: 'a.hac-bas',
		active: 'a.hac-bas.on',
        alwaysOpen: false, 
        animated: false 
	});
});