var $j = jQuery.noConflict();
$j(function(){
	//Drop down menu
	$j('.menuBody').ptMenu();
});
