


_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
}

with(menuStyleSub1=new mm_style()){
itemwidth="110";
itemheight="10"
onbgcolor="#333333";
oncolor="#3B62AF";
offbgcolor="#333333";
offcolor="#ffffff";
separatorcolor="#4D4D4D";
separatorsize="2";
borderwidth="2";
bordercolor="#4D4D4D";
padding=5;
fontsize="12px";
fontstyle="BOLD";
fontfamily="futura bt";
subimage="none";
subimagepadding="5";
overfilter="";
outfilter="Fade(duration=0);"
keepalive=0;
align="center";
}

with(milonic=new menuname("customdesign")){
style=menuStyleSub1;
left="offset=-6";
top="offset=-1";
align="left";
aI("url=brandcreation.cfm;text=BRAND CREATION;");
aI("url=branding.cfm;text=BRANDING;");
}

drawMenus();








