fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=1;

with(menuStyle=new mm_style()){
styleid=1;
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
itemwidth=95;
offcolor="#ffffff";
oncolor="#181818";
subimagepadding=2;
bgimage="/images/menuitem_sm.gif";
overbgimage="/images/menuitem_sm_over.gif";
pagebgimage="/images/menuitem_sm_page.gif";
separatorsize=1;
separatorcolor="transparent";
itemheight=18;
}

with(submenuStyle=new mm_style()){
menualign="right";
itemwidth=77;
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#6B6B6B";
offcolor="#ffffff";
onbgcolor="#6B6B6B";
oncolor="#181818";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2)";
padding=2;
pagecolor="black";
separatorsize=1;
subimage="/images/menuarrow.gif";
subimagepadding=3;
margin=1;
}