

_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="#2b0846";
oncolor="#ffffff";
offbgcolor="#d8bf5a";
offcolor="#2b0846";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#121111";
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()){
onbgcolor="transparent";
oncolor="#662d91";
offbgcolor="transparent";
offcolor="#ffffff";
separatorcolor="#ffffff";
separatorsize="2";
separatorpadding="5";      
padding="0";     
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#d8bf5a";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
separatorcolor="transparent";
separatorsize="15";
subimagepadding="5";
fontweight="bold";

}


		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;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("text=Home;url=/student_home.php;showmenu=nav6;");
			aI("text=About City Students;url=/student_who.php;showmenu=nav1;");
			aI("text=Get Connected;url=/student_connected.php;showmenu=nav2;");
			aI("text=Whats Happening;url=/student_calendar.php;showmenu=nav3;");			
			aI("text=Parents;url=/student_parents.php;");
			aI("text=Where We Meet;url=/student_where.php;");
		     
		}




drawMenus();


