(function($) {
    $(document).ready(function(){
        $('#menu').ptMenu({vertical:true});
    });
	
	
})(jQuery);

