$(function(){
	$("#navmain").accordion({
		autoHeight: false,
		active: -1,
		header: 'h3',
		animated: 'easeslide'
	});
});

