/* -------------------------------------------------
ALL GLOBAL SCRIPTS at the BOTTOM of the page should be added here
------------------------------------------------- */

/*	this is to add class on "a" w/ submenu for p7mon support
	just change #main-menu to whatever parent class or id of the p7menu
	Revome script if not using p7menu
	Revome script if using p7 tab menu*/
jQuery("#main-menu ul li:has(ul) > a").addClass("p7PMtrg");
jQuery("#sidemenu li:has(ul)").each(function(){
		var firstChild = jQuery(this).find("a:first-child");
		firstChild.addClass("p7PMtrg");
	  });

