$(document).ready(function(){
	$('#amenu-list').amenu({
		'speed': 200,
		'animation': 'slide'       //  show, fade, slide, wind, none
	});
});


