
_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#cadd96";
oncolor="#4a3b22";
offbgcolor="#698619";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="dotted";
borderwidth=0;
separatorcolor="#dccbc2";
separatorsize="1";
padding=5;
fontsize="8pt;";
fontstyle="normal";
fontfamily="Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
align="right";
openstyle="rtl";
}