_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="2";
fontfamily="Bookman Old Style";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="DarkRed";
offcolor="White";
onbgcolor="DarkKhaki";
onbold="bold";
oncolor="Navy";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Bookman Old Style";
fontsize="10pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="DarkRed";
offcolor="White";
onbgcolor="DarkKhaki";
oncolor="Navy";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=807;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=home.html;");
aI("text=Menu;target=;url=Restaurant-Menu.html;");
aI("text=Specials;target=;url=Big-Bear-Lake-Restaurant-Specials.html;");
aI("text=Happy Hour;target=;url=Happy-Hour.html;");
aI("text=Our Ghost;target=;url=Haunted-Restaurant.html;");
aI("text=Gift Cards;target=;url=Gift-Cards.html;");
aI("text=History;target=;url=History.html;");
aI("text=Directions;target=;url=Directions.html;");
}


 drawMenus();
