

_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="#f0f0f0";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#f0f0f0";
headerborder=1;
headercolor="#000099";
imagepadding=3;
offbgcolor="#603813";
offcolor="#ffffff";
onbgcolor="#f26922";
onborder="1px solid #999999";
oncolor="#f0f0f0";
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="#134560";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){

}

		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;			
			orientation="horizontal";
			position="relative";
			aI("url=http://www.lititzchristian.net/;image=/images/Image/footer1.jpg;");
			aI("url=http://www.lgbc.org/morningstardaycare/index.htm;image=/images/Image/footer2.jpg;");
			aI("url=/onlinegiving.php;image=/images/Image/footer3.jpg;");
			aI("image=/images/Image/footer4.jpg;");
			
		}

drawMenus();


