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()){
bordercolor="#363B28";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Tahoma, Arial";
fontsize="1.45em";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#363B28";
offbgcolor="#363B28";
offcolor="#b1b3ab";
onbgcolor="#394030";
oncolor="#82865b";
bgimage="../imgs/nav_bg.gif";
imageheight="37";
overbgimage="../imgs/nav_hover_bg.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=8;
pagebgcolor="#cccc99";
pagecolor="#82865b";
separatorcolor="#b1b3ab";
separatorsize=0;
subimage="../imgs/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative"; // added
style=menuStyle;
aI("text=Home;url=../index.php;");
aI("text=About;url=../about/;");
aI("showmenu=Cruises;text=Cruises;");
aI("showmenu=Yachts;text=Yachts;");
aI("text=Directions;url=../directions/;");
aI("text=Contact;url=../contact/;");
}

with(milonic=new menuname("Cruises")){
style=menuStyle;
aI("text=Special Events;url=../specials/;");
aI("text=Carol Ships and Christmas Parties;url=../cruises/christmas.php;");
aI("text=Corporate Cruises;url=../cruises/corporate.php;");
aI("text=Wedding Packages;url=http://boatcharters.net/weddings.htm;");
aI("text=Same Sex Weddings;url=../cruises/same-sex-weddings.php;");
aI("text=Stags and Stagettes;url=../cruises/stags.php;");
aI("text=Burials at Sea;url=../cruises/burials.php;");
aI("text=Luncheon Cruises;url=../cruises/luncheon.php;");
aI("text=School Cruises;url=../cruises/school-cruises.php;");
aI("text=Free Cruises;url=../cruises/free.php;");
aI("text=Fireworks Cruises;url=../cruises/fireworks.php;");
aI("text=Bowen Island Day Cruises;url=../cruises/bowen-island.php;");
aI("text=Birthday Parties;url=../cruises/birthday.php;");
}

with(milonic=new menuname("Yachts")){
style=menuStyle;
aI("text=M.V. Royal Vancouver;url=../yachts/royal-vancouver.php;");
aI("text=M.V. Island Jewel;url=../yachts/island-jewel.php;");
}


drawMenus();

