/*
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#fecc37";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Helvetica, Arial";
fontsize="13px";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fecc37";
offcolor="#244B8D";
onbgcolor="#ffe856";
oncolor="#FF0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#ffe856";
pagecolor="#ff0000";
position="relative";
separatorcolor="#2D729D";
separatorsize=0;
separatorimage="images/arrow.gif";
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Custom Menus")){
style=menuStyle;
aI("text=Kids Cakes;url=index.cfm?fuseaction=main.display&ContentName=KidsCakes;");
aI("text=Sports Cakes;url=index.cfm?fuseaction=main.display&ContentName=SportsCakes;");
aI("text=Custom Cakes;url=index.cfm?fuseaction=main.display&ContentName=CustomCakes;");
aI("text=Special Occasion Cakes;url=index.cfm?fuseaction=main.display&ContentName=SpecialOccasionCakes;");
}

with(milonic=new menuname("Zell")){
style=menuStyle;
aI("text=Planning and Scheduling;url=index.cfm?fuseaction=main.display&ContentName=PlanningandScheduling;");
aI("text=Document and Contract Management;url=index.cfm?fuseaction=main.display&ContentName=DocumentandContractManagement;");
aI("text=Resource/Work Management and Integration;url=index.cfm?fuseaction=main.display&ContentName=ResourceWorkManagementAndIntegration;");
}

drawMenus();

*/


