_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Calibri;";
fontsize=14;
fontweight="normal"
fontstyle="normal";
itemheight=10;
offcolor="#FFFFFF";
oncolor="#F7931D";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#FFFFFF";
separatorsize=1;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Calibri;";
fontsize=13;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#5C4C39";
borderwidth=1;
borderstyle="solid";
bordercolor="#5C4C39";
offcolor="#A49B90";
offbgcolor="#000000";
oncolor="#FFFFFF"; 
onbgcolor="#5C4C39"; 
decoration='none';
ondecoration='none';
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=MallDirectory;text=MALL DIRECTORY;");
aI("showmenu=VisitorInfo;text=VISITOR INFO;");
aI("showmenu=MallInfo;text=MALL INFO;");
aI("showmenu=Events & Promotions;text=EVENTS & PROMOTIONS;url=events.html;");
aI("showmenu=Special Offers;text=SPECIAL OFFERS;url=special_offers.html;");
aI("showmenu=What’s New;text=WHAT’S NEW;url=whatsnew.html;");
aI("showmenu=Passport Office;text=PASSPORT OFFICE;url=passport.html;");
}


with(milonic=new menuname("MallDirectory")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Store Listings;text=Store Listings;url=store_listings.html;");
aI("showmenu=Office Listings;text=Office Listings;url=office_listings.html;");
}

with(milonic=new menuname("VisitorInfo")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Maps & Directions;text=Maps & Directions;url=directions.html;");
aI("showmenu=Contact Us;text=Contact Us;url=contact.html;");
aI("showmenu=Handicap Accessibility;text=Handicap Accessibility;url=handicap.html;");
aI("showmenu=Gift Certificates;text=Gift Certificates;url=gift_certificates.html;");
}


with(milonic=new menuname("MallInfo")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=About Us;text=About Us;url=about.html;");
aI("showmenu=Jobs;text=Jobs;url=jobs.html;");
aI("showmenu=Leasing Inquiries;text=Leasing Inquiries;url=leasing.html;");
}

drawMenus();
