// JavaScript Document

(function($) {
	$(document).ready(function(){
		$('#categorymenu').ptMenu({vertical:true});
	});
})(jQuery);
