
fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style())
{
    menustyle="wrap";
    borderwidth=0;
    fontfamily="Arial,Helvetica,sans-serif";
    fontsize="100%";
    fontstyle="normal";
    fontweight="bold";
    offclass="MenuOff";
    offcolor="#ffffff";
    onclass="MenuOn";
    oncolor="#ffffff";
    pagebgcolor="#ff0000";
    pagecolor="#ffffff";
    separatorcolor="#55bbee";
    separatorheight="20px";
    separatorpadding=0;
    separatorsize=0;
} 

with(subMenuStyle=new mm_style())
{
    fontfamily="Arial,Helvetica,sans-serif";
    fontsize="100%";
    fontstyle="normal";
    itemwidth=120;
    oncolor="#ffffff";
    ondecoration="underline";
}

