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

