fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#c4d7d5";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, Sans-Serif";
fontsize="14px";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth="188px";
offbgcolor="#ffffff";
offcolor="#003366";
onbgcolor="#ffffff";
oncolor="#FF9900";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=4;
separatorcolor="#ebecee";
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#c4d7d5";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial; Helvetica, Sans-Serif";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e6efee";
offcolor="#003366";
onbgcolor="#e6efee";
oncolor="#FF9900";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=4;
separatorcolor="#c4d7d5";
separatorsize=1;
}


