_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="Blue";
offcolor="#ffffff";
onbgcolor="DarkGray";
oncolor="#ffffff";
padding="9";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="2";
overimage="images/dots1.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
offbgcolor="Gray";
offcolor="White";
onbgcolor="DarkGray";
oncolor="#ffffff";
padding="4";
separatorcolor="DarkSlateBlue";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=http://www.absoluteadventure.ca/;");
aI("text=Products and Rates;target=;url=Products-and-Rates.html;");
aI("text=Adventure Packages;target=;url=Adventure-Packages.html;");
aI("text=Photo Gallery;target=;url=Photo-Gallery.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Links;target=;url=Links.html;");
}


 drawMenus();
