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=0              // Sub menu top offset
_subOffsetLeft=0       // Sub menu left offset


with(AllImagesStyle=new mm_style()){
//styleid=1;
//bordercolor="#000000";
//borderstyle="solid";
//fontstyle="normal";
//fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
//bordercolor="#DEDEDE";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
//fontweight="bold";
headerbgcolor="#E6E7E7";
headercolor="#000000";
offbgcolor="#444444";
offcolor="#ffffff";
onbgcolor="#525252";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=.1)";
overfilter="Fade(duration=.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=0)";
padding=7;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#666666";
separatorsize=1;
subimage="images/layout/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("aboutUs")){
style=menuStyle;
itemwidth=118;
aI("text=Our Promise;url=aboutUs.php#ourPromise;");

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Airport Services Meet and Greet;url=services.php#meetGreet;");
aI("text=Transfers;url=services.php#transfers;");
aI("text=Hourly / As Directed;url=services.php#hourly;");
aI("text=Group Transportation;url=services.php#groupTransportation;");
aI("text=Corporate and Business Clients;url=services.php#corpClients;");
aI("text=Events/Activities;url=services.php#events;");
}

with(milonic=new menuname("reservations")){
style=menuStyle; 
aI("text=Online Reservation Form;url=reservations.php;");
aI("text=Get a Quote;url=reservations.php;");
}

with(milonic=new menuname("vehicles")){
style=menuStyle;
aI("text=Sedan/Town Car;url=vehicleUse.php#sedan;");
aI("text=SUV Limo;url=vehicleUse.php#limo;");
aI("text=Limo;url=vehicleUse.php#limo;");
aI("text=* Passenger Van;url=vehicleUse.php#passengerVan;");
aI("text=* Mini Coach;url=vehicleUse.php#miniCoachBus;");
aI("text=* Buses;url=vehicleUse.php#miniCoachBus;");

}
drawMenus();