
_menuCloseDelay=500              // The delay for menus to remain visible on mouse off
_menuOpenDelay=150               // The delay for opening menus on mouse over
_subOffsetTop=0;                 // Sub menu offset Top position
_subOffsetLeft=0;                // Sub menu offset Left position


with(horizStyle=new mm_style()){
onbgcolor="#CFE2D1";
oncolor="#407348";
offbgcolor="#579b63";
offcolor="#ebf3ec";
bordercolor="#66a26a";
borderstyle="outset";
borderwidth=1;
separatorcolor="#CFE2D1";
separatorsize=1;
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#83ba8c";
headercolor="#000000";
headerbgcolor="#ffffff";
high3dcolor="#c4d8e6";
low3dcolor="#579b63";
swap3d=1;
high3dcolor="#c4d8e6";
low3dcolor="#579b63";
swap3d=1;
menubgimage="backoff_green.gif";
imagepadding=3;
image="18_blank.gif";
overfilter = "Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)"
outfilter = "randomdissolve(duration=0.4)"
    
}



with(milonic=new menuname("mainmenu2")){
top = 81;
screenposition="center";
style = horizStyle;
alwaysvisible = 1;
orientation="horizontal"
margin=2;
aI("image=home_grn.gif;text=Home;imageposition=right;url=http://www.milonic.com/;title=Back to Home Page;onborder=1px solid #579b63");
}

	


drawMenus();


