// Custom fonts
jQuery(function (){P7_initPM(1,0,1,-20,10)});

//Cufon.replace('.box2top h1m' , {textShadow : " 1px 1px #a3b2bb"});

//p7 auto trigger class
//jQuery (function (){
//jQuery ("#p7PMnav li:has('ul')").find('a:first').addClass("p7PMtrg"); 
//jQuery ("#p7PMnav li:has('ul')").find('li:first').addClass("first"); 
//jQuery("#p7PMnav ul li a").each(function() {  var html = jQuery(this).text(); jQuery(this).html("<span>" + html + "</span>"); } );
//});
jQuery (function (){		  
jQuery("#p7PMnav li a").each(function() {  								  
		var html = jQuery(this).text(); 
	    var mainID = jQuery(this).parent().parent();
		if (mainID.attr("id")== "p7PMnav") {
		jQuery(this).html("<span>" + html + "</span>");
		}
	} );
 });
