$(function(){
	$('#navigationMain').cascadingMenu({
		animate: 'slide',
		animateSpeed: 500,
		animateOut: 'slide'
	});
});
