
_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="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#111227";
offcolor="#ffffff";
onbgcolor="#c21700";
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="#eb3a14";
pagecolor="#ffffff";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
//subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#111227";
}

with(mainStyle=new mm_style()){

}


	

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
		//	overflow="scroll";
			orientation="vertical";
			position="relative";
			
			aI("image=/images/Image/Redesign/link1.jpg;;");
			aI("image=/images/Image/Redesign/link2.jpg;url=/news.php;");
			aI("image=/images/Image/Redesign/link3.jpg;url=/images/Image/user/devotionals.pdf;");
			aI("image=/images/Image/Redesign/link4.jpg;url=/expect.php;");
			aI("image=/images/Image/Redesign/link5.jpg;url=/images/Image/user/members.pdf;");
			aI("image=/images/Image/Redesign/link6.jpg;url=/images/Image/user/jesus.pdf;");
		}




drawMenus();



