jQuery().ready(function(){
	// second simple accordion with special markup
	jQuery('#navigation').accordion({
		active: false,
		header: '.head',
		navigation: true,
		event: 'mouseover',
		fillSpace: false,
		autoheight: true
	});
	
});
