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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=9;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#432B44";
offcolor="#CCCCCC";
onbgcolor="#BDBDBD";
oncolor="#000000";
outfilter="";
overfilter="";
padding=4;
separatorcolor="#BDBDBD";
separatorsize=1;
subimage="../images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Cellar")){
alwaysvisible=1;
left=136;
orientation="vertical";
style=menuStyle;
top=168;
itemwidth=134;
aI("showmenu=Content;text=Wine Content;url=index.html");
aI("showmenu=Health;text=Health Benefits;url=healthbenefits.html");
aI("showmenu=Winemaking;text=Home Winemaking;url=home_winemaking.html");
}

with(milonic=new menuname("Health")){
style=menuStyle;
alwaysvisible=0;
left=271;
orientation="vertical";
style=menuStyle;
top=189;
itemwidth=54;
aI("text=Juice;url=juicebenefits.html;")
aI("text=Wine;url=winebenefits.html;")
}

with(milonic=new menuname("Content")){
style=menuStyle;
alwaysvisible=0;
left=271;
orientation="vertical";
style=menuStyle;
style=menuStyle;
top=168;
itemwidth=144;
aI("text=VQA Wineries;url=vqamembers.html")
aI("text=What's in a Bottle?;url=whatsinabottle.html;")
aI("text=How to Read a Wine Label;url=readalabel.html;")
aI("text=Wine Glossary;url=glossary.html;")
}

with(milonic=new menuname("Winemaking")){
style=menuStyle;
alwaysvisible=0;
left=271;
orientation="vertical";
style=menuStyle;
top=210;
itemwidth=134;
aI("text=Where to Buy Supplies;url=buy_supplies.html")
}

drawMenus();

