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()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#586E13";
onbgcolor="#E9EDDF";
oncolor="#586E13";
padding=3;

}

with(milonic=new menuname("Main Menu Store")){
alwaysvisible=1;
left=8;
overflow="scroll";
style=menuStyle;
top=60;
aI("text=Store Directory;url=storedirectory.asp;");
aI("text=New Stores;url=newstores.asp;");
aI("text=Centre Map;url=map_directory_main.asp;");
aI("text=Hours;url=hours.asp;");
}


drawMenus();

