_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=40;
_subOffsetLeft=0;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/pinnedoff.png";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#333333";
oncolor="#333333";
separatorcolor="transparent";
separatorsize="5";
rawcss="padding-left:5px;padding-right:5px";
overbgimage="images/pinnedon.png";
itemheight="101";
itemwidth="127";
}

with(submenuStyle=new mm_style()){
bordercolor="#dedede";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#333333";
onbgcolor="#dedede";
onborder="1px solid #dedede";
oncolor="#333333";
padding="4";
separatorsize="0";
subimage="images/white_4x7.gif";
subimagepadding="8";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=787;
style=menuStyle;
alwaysvisible="1";
align="center";
orientation="horizontal";
itemheight="101";
aI("text=Home;target=;url=http://www.evkennedy.com/mgg/;");
aI("showmenu=Menu/Menu Page 1INFO_BAR_MENU;text=Menu;target=;url=Menu.html;");
aI("showmenu=Wine List/Wine 2INFO_BAR_MENU;text=Wine List;target=;url=Wine-List.html;");
aI("text=Reservations;target=;url=Reservations.html;");
aI("text=Restaurant Reviews;target=;url=Restaurant-Reviews.html;");
aI("text=Contact and Directions;target=;url=Contact-and-Directions.html;");
}

with(milonic=new menuname("Menu/Menu Page 1INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Menu Page 1;target=;url=Menu-Page-1.html;");
aI("text=Menu Page 2;target=;url=Menu-Page-2.html;");
}

with(milonic=new menuname("Wine List/Wine 2INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Wine 2;target=;url=Wine-2.html;");
aI("text=Wine 3;target=;url=Wine-3.html;");
aI("text=Wine & Ports 4;target=;url=Wine-&-Ports-4.html;");
aI("text=Liquors 5;target=;url=Liquors-5.html;");
aI("text=Beers 6;target=;url=Beers-6.html;");
}


 drawMenus();

