_menuCloseDelay=50         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50          // The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#0099CC";
oncolor="#ffffff";
offbgcolor="#006699";
offcolor="#f1f1f1";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
separatorcolor="#ffffff";
separatorsize="1";
padding="5";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="arial, helvetica, sans-sarif";
pagecolor="#ffffff";
pagebgcolor="#0099CC";
headercolor="#000000";
headerbgcolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=100)";
//outfilter="randomdissolve(duration=0.3)";
subimage="/img/arrow.gif";
subimagepadding="5";
//itemheight="18";
itemwidth="160";
}