﻿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()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headercolor="#ffffff";
offcolor="#e2373f";
oncolor="#004275";
pagecolor="#e2373f";
padding=0;
separatorsize=0;
}

with(subMenuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#004275";
headercolor="#ffffff";
offbgcolor="#004275";
offcolor="#ffffff";
onbgcolor="#e2373f";
oncolor="#ffffff";
padding=4;
pagebgcolor="#004275";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
}

with(new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=Home;url=/index.html");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Services;url=/_parking/services.html;");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Priority Parking Advantage;showmenu=advantage;");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Locations;url=/_parking/locations.html;");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Clients;url=/_parking/clients.html");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Environment;url=/_parking/environment.html");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Contact;url=/_parking/contact.html");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Employment;url=/_parking/employment.html");
aI("text= &nbsp;|&nbsp;;url=#");
aI("text=Monthly Parking;url=/_parking/monthly-parking.html;");
}

with(milonic=new menuname("advantage")){
style=subMenuStyle;
aI("text=Maximizing Performance;url=/_parking/performance.html;")
aI("text=Innovation and Technology;url=/_parking/innovation.html;")
}

drawMenus();

