/**
 * @author chaseb
 */

(function($) {
	$(document).ready(function(){
		$('#drop_menu').ptMenu();
	});
})(jQuery);
