_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="SandyBrown";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="SandyBrown";
offcolor="Brown";
onbgcolor="IndianRed";
oncolor="DarkRed";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagebgcolor="MistyRose";
pagecolor="Firebrick";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="Tan";
borderstyle="solid";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Peru";
offcolor="#AA2A00";
onbgcolor="DarkSalmon";
oncolor="#D40000";
outfilter="Fade(Overlap=1.00)";
padding="5";
pagebgcolor="BurlyWood";
pagecolor="DarkRed";
separatorcolor="Transparent";
separatorsize="0";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=./;");
aI("showmenu=Menuset menuLEFT_MENU;text=Menu;target=;url=Menu.html;");
aI("text=Wines;target=;url=Wines.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Menuset menuLEFT_MENU")){
style=submenuStyle;
aI("text=set menu;target=;url=set-menu.html;");
aI("text=starter;target=;url=starter.html;");
aI("text=soup;target=;url=soup.html;");
aI("text=salad;target=;url=salad.html;");
aI("text=sizzling dishes;target=;url=sizzling-dishes.html;");
aI("text=curry;target=;url=curry.html;");
aI("text=duck dishes;target=;url=duck-dishes.html;");
aI("text=chicken dishes;target=;url=chicken-dishes.html;");
aI("text=pork dishes;target=;url=pork-dishes.html;");
aI("text=beef dishes;target=;url=beef-dishes.html;");
aI("text=seafood dshes;target=;url=seafood-dshes.html;");
aI("text=vegetable dishes;target=;url=vegetable-dishes.html;");
aI("text=rice dishes;target=;url=rice-dishes.html;");
aI("text=noodle dshes;target=;url=noodle-dshes.html;");
aI("text=side dishes;target=;url=side-dishes.html;");
aI("text=desserts;target=;url=desserts.html;");
}


 drawMenus();
