

_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=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="tahoma, tahoma";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#000000";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#EAEAEA";
onborder="1px solid #000000";
oncolor="#000000";
onsubimage="/images/Image/onarrow.gif";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#EAEAEA";
pagecolor="#000000";
separatoralign="right";
separatorcolor="#000000";
separatorpadding=3;
separatorheight="1";
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("image=/images/Image/Redesign/link1.jpg;url=http://www.facebook.com/pages/Abundant-Life-Ministries-Largo-FL/114515685247242;"); 
			aI("image=/images/Image/Redesign/link2.jpg;url=http://twitter.com/#!/almlargo;"); 
			aI("image=/images/Image/Redesign/link3.jpg;url=http://vimeo.com/user6218198;"); 
		}




drawMenus();



