_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0	          // Sub menu left offset

with(menuStyle_main=new mm_style()){
onbgcolor="";
offbgcolor="";
oncolor="#FF0000";
offcolor="#000000";
borderstyle="solid";
borderwidth=0;
padding=8;
separatorcolor="#FFFFFF";
separatorsize=1;
separatorheight=8;
separatorpadding=8;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Arial, Verdana";
subimage="/images/layout/pulloutDownArrowOn.gif";
}
with(menuStyle=new mm_style()){
onbgcolor="#F2F2F2";
offbgcolor="#B0D943";
oncolor="#000000";
offcolor="#000000";
bordercolor="#B5B5B5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B5B5B5";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="000066";
pagebgcolor="#F2F2F2";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="/images/layout/pulloutArrowOff.gif";
onsubimage="/images/layout/pulloutArrowOn.gif";
subimagepadding="2";
}
with(menuStyle2=new mm_style()){
offbgcolor="#F2F2F2";
onbgcolor="#F2F2F2";
oncolor="#FF0000";
offcolor="#000000";
bordercolor="#B5B5B5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B5B5B5";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="000066";
pagebgcolor="#F2F2F2";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimagepadding="0";
}