_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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()){
onbgcolor="#FEF1EB";
oncolor="#FF7329";
offbgcolor="#FF7329";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="dashed";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#FFFFFF";
pagebgcolor="#FF7329";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="menuimages/arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Clothing")){
style=menuStyle;
top=120;
left=160;
overflow="scroll";
aI("text=T-Shirts;url=/clothing/tshirts/;");
aI("text=Polo Shirts;url=/clothing/polo/;");
aI("text=Jackets &amp Fleaces;url=/clothing/jackets/;");
aI("text=Activewear;url=/clothing/active/;");
aI("text=Caps &amp Bags;url=/clothing/caps/;");
aI("text=Casualwear;url=/clothing/casual/;");
aI("text=Workwear;url=/clothing/work/;");
aI("text=Kidswear;url=/clothing/kids/;");
aI("text=Hoodies &amp Sweats;url=/clothing/hoodies/;");
}

drawMenus();