_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="Groove";
borderwidth="1";
fontfamily="Century Gothic";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="#550000";
offcolor="White";
onbgcolor="#702424";
oncolor="White";
padding="8";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/dots9.gif";
imagepadding="6";
itemwidth="196";
}

with(submenuStyle=new mm_style()){
bordercolor="#702424";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#702424";
offcolor="#ffffff";
onbgcolor="#511A1A";
oncolor="#ffffff";
padding="4";
pagecolor="Black";
separatorcolor="#511A1A";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=./;");
aI("text=About Jamies I & II;target=;url=About.html;");
aI("text=Passport;target=;url=Passport.html;");
aI("showmenu=Our ProductsBrewLEFT_MENU;text=Our Products;target=;url=Our-Products.html;");
aI("text=Specials;target=;url=Specials.html;");
aI("text=In-Store Events;target=;url=Events.html;");
aI("text=Party Planning;target=;url=Party-Planning.html;");
aI("text=Newsletter;target=;url=Newsletter.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Our ProductsBrewLEFT_MENU")){
style=submenuStyle;
aI("showmenu=BrewBrew ListLEFT_MENU;text=Brew;target=;url=Brew.html;");
aI("showmenu=WineCabernet SauvignonLEFT_MENU;text=Wine;target=;url=Wine.html;");
aI("text=Spirits;target=;url=Spirits.html;");
aI("text=Cigars;target=;url=Cigars.html;");
aI("text=Accessories;target=;url=Accessories.html;");
}

with(milonic=new menuname("BrewBrew ListLEFT_MENU")){
style=submenuStyle;
aI("text=Brew List;target=;url=Brew-List.html;");
}

with(milonic=new menuname("WineCabernet SauvignonLEFT_MENU")){
style=submenuStyle;
aI("text=Cabernet Sauvignon;target=;url=Cabernet-Sauvignon.html;");
aI("text=Merlot;target=;url=Merlot.html;");
aI("text=Pinot Noir;target=;url=Pinot-Noir.html;");
aI("text=Syrah;target=;url=Syrah.html;");
aI("text=Sangiovese;target=;url=Sangiovese.html;");
aI("text=Reisling;target=;url=Reisling.html;");
aI("text=Chardonnay;target=;url=Chardonnay.html;");
aI("text=Zinfandel;target=;url=Zinfandel.html;");
aI("text=Sparkling;target=;url=Sparkling.html;");
aI("text=Other Wines;target=;url=Other-Wines.html;");
}


 drawMenus();
