_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=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#D5C9A7";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#073E6F";
offcolor="#ffffff";
onbgcolor="#DACEB0";
oncolor="073E6F";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#8F825D";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#D5C9A7";
separatorpadding=1;
separatorwidth="100%";
separatorheight="1";
separatorsize="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){

}

		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;			
			alwaysvisible=1;			
			orientation="horizontal";
			position="relative";
			aI("image=/images/Image/space.gif;");
			aI("url=/contact.php;image=/images/Image/contactus_btn.gif;");
			aI("url=https://www.edline.net/pages/Lititz_Christian_School;image=/images/Image/login_btn.gif;target=new;");
			aI("url=/calendar.php;image=/images/Image/calendar.gif;");
			aI("url=/payments.php;image=/images/Image/payments.gif;");
		}

drawMenus();