fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=-5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle_main=new mm_style()){
onbgcolor="#5D7871"; //rollover color
oncolor="#FFFFFF"; //rollover font color
offbgcolor="#253c31"; //non rollover bg color
offcolor="#EFEFEF"; //text color - non rollover
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
separatorcolor="#11352A";
separatorsize="0";
padding="9";
fontsize="10";
fontweight="bold";
fontstyle="normal";
fontfamily="arial";
pagecolor="black";
pagebgcolor="#CD9933"; //changes bg if the page is one being shown
pagecolor="#3F5345"; //font color for page shown
headercolor="#CD9933";
headerbgcolor="#CD9933";
//subimage="/scripts/arrow.gif" 54677C;
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.3)";
}

//menustyle for children

with(menuStyle=new mm_style()){
onbgcolor="#CD9933"; //rollover color
oncolor="#efefef"; //rollover font color
offbgcolor="#364A3C"; //non rollover bg color
offcolor="#eeeeee"; //text color - non rollover
bordercolor="#34534B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#34534B";
separatorsize="1";
padding=5;
fontsize="12";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#efefef"; //changes bg if the page is one being shown
pagecolor="#5D7871"; //font color for page shown
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/include/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#5D7871', Direction=120, Strength=1)";
//outfilter="randomdissolve(duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle_main;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=arches_lodging.html;showmenu=lodging;image=images/lodging.jpg;overimage=images/lodging.jpg;pageimage=images/lodging.jpg;");
aI("text=;url=arches_camping.html;showmenu=camping;image=images/campingnav.jpg;overimage=images/campingnav.jpg;pageimage=images/campingnav.jpg;");
aI("text=;url=arches_hiking.html;showmenu=hiking;image=images/hiking.jpg;overimage=images/hiking.jpg;pageimage=images/hiking.jpg;");
aI("text=;url=arches_trip_planning.html;showmenu=trip;image=images/trip.jpg;overimage=images/trip.jpg;pageimage=images/trip.jpg;");
aI("text=;url=arches_photos.html;showmenu=photos;image=images/photosnav.jpg;overimage=images/photosnav.jpg;pageimage=images/photosnav.jpg;");
aI("text=;url=index.html;image=images/petro.jpg;");
aI("text=;url=arches_park_info.html;showmenu=parkinfo;image=images/parkinfonav.jpg;overimage=images/parkinfonav.jpg;pageimage=images/parkinfonav.jpg;");
aI("text=;url=arches_map.html;showmenu=maps;image=images/mapsnav.jpg;overimage=images/mapsnav.jpg;pageimage=images/mapsnav.jpg;");
aI("text=;url=company.html;showmenu=company;image=images/about.jpg;overimage=images/about.jpg;pageimage=images/about.jpg;");
aI("text=;url=index.html;image=images/home.jpg;overimage=images/home.jpg;pageimage=images/home.jpg;");
}

with(milonic=new menuname("lodging")){
style=menuStyle;
aI("text=Hotels and Lodging;url=arches_lodging.html;");
aI("text=Bed and Breakfasts;url=arches_bed_breakfast.html;");
aI("text=Condo Rentals;url=arches_condos.html;");
}

with(milonic=new menuname("camping")){
style=menuStyle;
aI("text=Camping;url=arches_camping.html;");
aI("text=BLM Camping;url=moab_blm_camping.html;");
aI("text=Moab Area Camping;url=moab_camping.html;");
aI("text=RV Camping;url=arches_rv_camping.html;");
}
with(milonic=new menuname("hiking")){
style=menuStyle;
aI("text=Arches Hiking Trails;url=arches_hiking.html;");
}

with(milonic=new menuname("trip")){
style=menuStyle;
aI("text=Arches Trip Planning;url=arches_trip_planning.html;");
aI("text=Driving Directions;url=arches_directions.html;");
aI("text=Airport;url=arches_airport.html;");
aI("text=Arches Weather;url=arches_weather.html;");
}

with(milonic=new menuname("photos")){
style=menuStyle;
aI("text=Arches National Park Photos;url=arches_photos.html;");
}

with(milonic=new menuname("parkinfo")){
style=menuStyle;
aI("text=Arches Park Information;url=arches_park_info.html;");
aI("text=Rock Climbing;url=arches_rock_climbing.html;");
}

with(milonic=new menuname("maps")){
style=menuStyle;
aI("text=Arches Maps & Guides;url=arches_map.html;");
}

with(milonic=new menuname("company")){
style=menuStyle;
aI("text=About Us;url=aboutus.html;");
aI("text=GoMoab.com ;url=http://www.gomoab.com;")
aI("text=Contact Us;url=contact.html;");
}


drawMenus();
