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=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#BFC0C0";
oncolor="#000000";
rawcss="padding-left:5px;padding-right:5px";
separatorimage="menu/disco_sep.gif";
separatorsize=1;
}

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
offcolor="#000000";
oncolor="#0000FF";
rawcss="padding-left:2px;padding-right:2px";
separatorimage="menu/disco_sep.gif";
separatorsize=1;
}

with(menuStyleLogin=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
offcolor="#0000FF";
oncolor="#FF0000";
rawcss="padding-left:2px;padding-right:2px";
separatorimage="menu/disco_sep.gif";
separatorsize=1;
}

drawMenus();

