

_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(mainStyleWeb=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ababab";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#ababab";
headercolor="#000000";
headerbgcolor="#ababab";
fontweight="none"; 
subimage="/images/Image/arrow.gif";
//overfilter="Fade(duration=0.5);Alpha(opacity=85);";
//outfilter="randomdissolve(duration=0.3)";
}

		with(milonic=new menuname("MainMenu")){
			style=mainStyleWeb;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("image=/images/Image/subnavbg.jpg;title=faithHighway;");
		}

drawMenus();


