_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="right";
bordercolor="Gold";
borderstyle="Solid";
borderwidth="2";
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#BAD5F6";
oncolor="#000000";
padding="5";
separatorcolor="White";
separatorsize="1";
subimage="images/db_red.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="Gold";
oncolor="#000000";
padding="4";
subimage="images/db_red.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Private Events;target=;url=Private-Events.html;");
aI("text=Discounts;target=;url=Discounts.html;");
aI("text=Gift Cards;target=;url=Gift-Cards.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=Employment;target=;url=Employment.html;");
aI("text=Featured Links;target=;url=Links.html;");
}


 drawMenus();
