

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=15             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/967HA/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
}


		with(milonic=new menuname("nav6")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Main Church Site;url=/index.php;");
			aI("text=M.A.S. Int'l Ministries;url=/pastor_home.php;");
		}
	with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Who We Are;url=/student_who.php;");
			aI("text=Service Times;url=/student_service.php;");
		}
with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Excel City Kidz;url=/student_city.php;");
			aI("text=Excel Teenz Ministry;url=/student_teenz.php;");
			aI("text=RytHim Ministries;url=/rythm_ministries.php;");
		}
with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Calendar;url=/student_calendar.php;");
			aI("text=News;url=/student_news.php;");
			aI("text=Events;url=/student_events.php;");
		}

		
		
		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="vertical";
			position="relative";
			valign="top";

			aI("image=/images/Image/Student/box2.jpg;url=http://universitycitychurch.fhcaleb.com/rythm_ministries.php;");
		     
		}




drawMenus();


