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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#053967";
onbgcolor="#8ECD98";
oncolor="#000000";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(mainmenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
onbgcolor="#8ECD98";
offbgcolor="transparent"; 
offcolor="#053967";
oncolor="#000000";
overfilter="Fade(duration=0.1);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.1)";
padding=4;
pagecolor="black";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Solutions")){
overflow="scroll";
style=menuStyle;
aI("text=Secure Printing;url=lexpay.html;")
aI("text=Integration;url=integration.html;")
aI("text=Document Formatting;url=docformat.html;")
aI("text=Education;url=edsolutions.html;")
}

with(milonic=new menuname("FinancialSolutions")){
style=menuStyle;
aI("text=Corporate Disbursements;url=financial.html;");
aI("text=Secure Check Printing;url=lexpay.html;");
aI("text=Expense Allocation;url=allocation.html;");
aI("text=Electronic Banking Interface;url=bankinterface.html;");
}

with(milonic=new menuname("Automation")){
style=menuStyle;
aI("text=Application Integration;url=integration.html;");
aI("text=Dynamic Label Printing;url=dynamiclabels.html;");
aI("text=Central & Remote Printing;url=remoteprinting.html;");
aI("text=Xerox DJDE;url=xerox.html;");
}

drawMenus();

