fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;




with(submenuStyle=new mm_style()){
bordercolor="#7a7979";
borderstyle="solid";
borderwidth=1;
fontfamily=" Arial";
fontsize="12px";
fontstyle="none";
fontweight="none";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#444444";
offcolor="#ffffff";
onbgcolor="#da0809";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#7a7979', Direction=150, Strength=3)";
padding=5;
separatorcolor="#7a7979";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#ffffff";
pagecolor="black";

subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#B1894C";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="12px";
fontstyle="normal";
fontweight="none";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fad46c";
offcolor="#ffffff";
onbgcolor="#654501";
oncolor="#00000";

//outfilter="randomdissolve(duration=0.3)";

padding=2;
pagecolor="black";
subimagepadding=4;

}
with(milonic=new menuname("about")){
margin=4;
top=225;
style=submenuStyle;
menuwidth="150";
aI("text= Retail;url=retail.html;");
aI("text= Entertainment;url=entertainment.html;"); 
aI("text= Food Court;url=food_court.html;");
aI("text= Restaurants;url=restaurants.html;");
aI("text= Business Suites / Banquets;url=business_suites.html;");
aI("text= Hospitality;url=hospitality.html;");
aI("text= Facilities;url=facilities.html;");
}
drawMenus();


