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=0;
fontfamily="Arial, Helvetica, Tahoma, sans-serif;";
fontsize="11px";
fontstyle="normal";
//itemheight=30;
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.5)";
//rawcss="padding-left:10px;padding-right:10px;padding-top:6px;text-transform:uppercase;";
imagepadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderwidth=1;
fontfamily="Arial";
fontsize="10px";
fontstyle="normal";
headercolor="#000000";
offbgcolor="#373534";
offcolor="#cfc1ab";
onbgcolor="#4f4c4a";
oncolor="#cfc1ab";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.5);";
padding=2;
rawcss="padding-left:5px;padding-right:5px;width:150px;line-height:20px";
separatorheight=1;
separatorcolor="#4f4c4a";
separatorpadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
screenposition="center";
top=89;
left="offset=114";
aI("showmenu=_TOPS;image=Images/menu/category_01.gif;overimage=Images/menu/category_01-over.gif;");
aI("showmenu=_BOTTOMS;image=Images/menu/category_02.gif;overimage=Images/menu/category_02-over.gif;");
aI("showmenu=_OUTERWEAR;image=Images/menu/category_03.gif;overimage=Images/menu/category_03-over.gif;url=products.aspx?displayGroupId=49");
aI("showmenu=_ACCESSORIES;image=Images/menu/category_04.gif;overimage=Images/menu/category_04-over.gif;");
aI("showmenu=_CLEARANCE;image=Images/menu/category_05.gif;overimage=Images/menu/category_05-over.gif;");
}

with(milonic=new menuname("_TOPS")){
style=submenuStyle;
aI("text=GRAPHIC TEES;url=products.aspx?displaygroupid=45;");
aI("text=TANKS & CAMIS;url=products.aspx?displayGroupId=2;");
aI("text=SHIRTS;url=products.aspx?displayGroupId=3;");
aI("text=TEES;url=products.aspx?displayGroupId=1;"); 
aI("text=SWEATERS;url=products.aspx?displayGroupId=4;");
aI("text=FLEECE;url=products.aspx?displayGroupId=5;");
}

with(milonic=new menuname("_BOTTOMS")){
style=submenuStyle;
aI("text=JEANS;url=products.aspx?displayGroupId=6;");
aI("text=PANTS & CAPRIS;url=products.aspx?displayGroupId=7;");
//aI("text=FLEECE;url=products.aspx?displayGroupId=47;");
aI("text=LEGGINGS;url=products.aspx?displayGroupId=48;");
aI("text=SHORTS;url=products.aspx?displayGroupId=9;");
aI("text=SKIRTS;url=products.aspx?displayGroupId=10;");
aI("text=DRESSES;url=products.aspx?displayGroupId=25;");
}

with(milonic=new menuname("_SWIMWEAR")){
style=submenuStyle;
}

with(milonic=new menuname("_ACCESSORIES")){
style=submenuStyle;
aI("text=FOOTWEAR;url=products.aspx?displayGroupId=33;");
aI("text=JEWELRY;url=products.aspx?displayGroupId=42;");
aI("text=BELTS;url=products.aspx?displayGroupId=13;");
aI("text=BAGS;url=products.aspx?displayGroupId=12;");
aI("text=SUNGLASSES;url=products.aspx?displayGroupId=18;");
aI("text=SCARVES & HATS;url=products.aspx?displayGroupId=52;");
aI("text=SLEEPWEAR & UNDIES;url=products.aspx?displayGroupId=23;");
aI("text=BODYCARE;url=products.aspx?displayGroupId=43;");
}

with(milonic=new menuname("_CLEARANCE")){
style=submenuStyle;
aI("text=TOPS;url=products.aspx?displayGroupId=24;");
aI("text=BOTTOMS;url=products.aspx?displayGroupId=50;");
aI("text=ACCESSORIES;url=products.aspx?displayGroupId=51;");
}

drawMenus();

