$(window).load(function() {
		
	$('#nav_984329 li ul li').attr("style","height:30px;"); // <UL> FOR THE TOP NAV
	
	$('#mainMenu li ul').attr("style","width:200px;");
	
	$('#navsub_984329_499015').attr("style","width:200px;"); // ABOUT US
	
	$('#navsub_984329_499021').attr("style","width:500px;"); // BIBLE SCHOOL
	$('#navsub_984329_499021 li').removeAttr("style"); // this makes the black background appear
	
	$('#navsub_984329_499035').attr("style","width:500px;"); // CONFERENCES & EVENTS
	$('#navsub_984329_499035 li').removeAttr("style"); // this makes the black background appear 
	
	$(document).ready(function() {
		
		var mHeight = $('.myriad').height();
		var aHeight = $('.arial').height();
		
		if(mHeight<aHeight){
		
			$('ul li a').css('font-size','12px');
			$('p').css('font-size','12px');
		
		}

	});
});
	
	

