fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1; //2;
_subOffsetLeft=-1; //2;

with(menuStyle=new mm_style()){
align="left";
bgimage="../New_Site/images/gen_site_images/cnvbkgnd.jpg";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
//image="http://www.milonic.com/menuimages/sqauredot_black_5x5.gif";
imagepadding=4;
offbgcolor="#666699" //#ffffff";
offcolor="#000033";
oncolor="#ffffff" //#000033";
outfilter="fade(duration=0.5)";
// pagecolor="black";
//subimage="../New_Site/images/gen_site_images/cnvbkgnd.jpg";
subimagepadding=5;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="raised";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#634263";
offbgcolor="#666699"; //AB6FAA ffffff
offcolor="#000033";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding=3;
pagecolor="black";
separatorsize=2;
// subimage="../menu_js/modules/arrow.gif";
subimagepadding=8;
swap3d=1;
}

with(milonic=new menuname("Rooms")){
style=submenuStyle;
aI("text=A Room Tour;url=/room_tour.php;status=Room Tour;");
}

with(milonic=new menuname("About")){
style=submenuStyle;
aI("text=Our Recipes;showmenu=Recipes;status=Our Recipes;");
}

with(milonic=new menuname("Recipes")){
style=submenuStyle;
aI("text=Birds Nest Pie;url=../recipes/bnPie.php;status=Birds Nest Pie;");
aI("text=Blueberry Lemon Pancakes;url=../recipes/blpcakes.php;status=Blueberry Lemon Pancakes;");
aI("text=Blueberry Maple Soufflé;url=../recipes/bmsouffle.php;status=Blueberry Maple Soufflé;");
aI("text=Croissant a l'Orange;url=../recipes/calorange.php;status=Croissant a l'Orange;");
aI("text=Dutch Apple Pancakes;url=../recipes/dapcakes.php;status=Dutch Apple Pancakes;");
aI("text=Grandma Jackson's Gingerbread;url=../recipes/gb.php;status=Grandma Jackson's Gingerbread;");
aI("text=Grandma Jackson's Scones;url=../recipes/scones.php;status=Grandma Jackson's Scones;");
aI("text=Gratin of Shredded Potato and Egg;url=../recipes/gratin.php;status=Gratin of Shredded Potato and Egg;");
aI("text=Mushroom Egg Puff;url=../recipes/mePuff.php;status=Mushroom Egg Puff;");
aI("text=Sweet Cream Cheese Soufflés;url=../recipes/sccsouffles.php;status=Sweet Cream Cheese Soufflés;");
aI("text=Torte Milano;url=../recipes/tortemilano.php;status=Torte Milano;");
aI("text=Gluten Free Walnut &amp; Blueberry Torte;url=../recipes/wbtorte.php;status=Walnut &amp; Blueberry Torte;");
aI("text=Gluten Free Peanut Butter Cookies;url=../recipes/gfpbcookies.php;status=Gluten Free Peanut Butter Cookies;");
}

with(milonic=new menuname("Info")){
style=submenuStyle;
aI("text=The Inn;url=/about.php;status=The Inn;");
}

drawMenus();