$(document).ready(function(){
	$("#navigation").accordion({
		active: false,
		header: '.off2, .none',
		autoheight: false,
		navigation: true,
		event: 'mouseover', 
		animated: 'easeslide'
	});
});
