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

