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;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="";
headercolor="#000000";
offbgcolor="";
offcolor="#000000";
onbgcolor="";
oncolor="#000000";
//outfilter="Fade(overlap=1.00, duration=0.2)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="";
pagecolor="#000000";
separatorcolor="#000000";
separatorsize=2;
separatorheight=11;
separatorpadding=4;
image="images/bullet.gif";
imagepadding="4"; 
//subimage="arrow.gif";
subimagepadding=2;
}


with(menuStyle2=new mm_style()){
bordercolor="#0044D0";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#83A0E4";
offcolor="#000000";
onbgcolor="#D9E0F2";
oncolor="#000000";
//overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=3)";
//outfilter="Fade(overlap=1.00, duration=0.2)";
padding=4;
pagebgcolor="#D9E0F2";
pagecolor="#000000";
separatorcolor="#0044D0";
separatorsize=0;
image="/images/bullet.gif";
imagepadding="4"; 
subimage="/images/arrow.gif";
subimagepadding=0;
}

//tour menus
with(milonic=new menuname("tour")){
style=menuStyle2;
aI("text=rooms;url=/~seftonex/rooms.php;");
aI("text=car park;url=/~seftonex/tour/car-park.php;");
aI("text=conference rooms;url=/~seftonex/tour/conference-rooms.php;");
}
with(milonic=new menuname("rooms")){
style=menuStyle2;
aI("text=atrium rooms;url=/~seftonex/tour/rooms/atrium-rooms.php;");
aI("text=sea-facing rooms;url=/~seftonex/tour/rooms/sea-facing.php;");
aI("text=executive rooms;url=/~seftonex/tour/rooms/executive-rooms.php;");
aI("text=bay rooms;url=/~seftonex/tour/rooms/bay-rooms.php;");
}

//rates menus
with(milonic=new menuname("rates")){
style=menuStyle2;
aI("text=room rates;url=/~seftonex/rates/room.php;");
aI("text=conference rates;url=/~seftonex/rates/conference.php;");
}


//book online menu
with(milonic=new menuname("bookonline")){
style=menuStyle2;
aI("text=book your room;url=/~seftonex/rates/room.php;");
}

//concierge menus
with(milonic=new menuname("concierge")){
style=menuStyle2;
aI("text=the story of mann;url=/~seftonex/concierge/mann-story.php;");
aI("text=travel here;showmenu=travelhere;");
aI("text=golf packages;url=http://www.golfiom.com;target=_blank");
aI("text=weather;url=http://www.manxnet.com/default.asp?id=17;target=_blank");
aI("text=airport;showmenu=airport;");
aI("text=isle of man guide;url=/~seftonex/concierge/iom-guide.php;");
aI("text=general links;url=/~seftonex/concierge/links.php;");
//aI("text=Sefton GREENcard;url=/~seftonex/concierge/greencard.php;");
}
with(milonic=new menuname("travelhere")){
style=menuStyle2;
aI("text=IOM Steam Packet;url=http://www.steam-packet.co.uk;target=_blank");
aI("text=Manx Flights;url=http://www.manxflights.com;target=_blank");
aI("text=taxis;url=/~seftonex/booking/taxi.php;");
aI("text=car hire;url=/~seftonex/booking/car-hire.php;");
}
with(milonic=new menuname("airport")){
style=menuStyle2;
aI("text=arrivals;url=http://www.iom-airport.com/enquiries/arrivals.aspx;target=_blank");
aI("text=departures;url=http://www.iom-airport.com/enquiries/departures.aspx;target=_blank");
}

//contact menu
with(milonic=new menuname("contact")){
style=menuStyle2;
aI("text=hotel details;url=/~seftonex/contact.php#hotel;");
aI("text=reservations;url=/~seftonex/contact.php#reservations;");
aI("text=accounts;url=/~seftonex/contact.php#accounts;");
}

drawMenus();

