

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=4              // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset

with(menuStyleHead=new mm_style()){
align='center';
onbgcolor="#f2d58c";
oncolor="#520800";
offbgcolor="#efc36a";
offcolor="#520800";
bordercolor="#c1a04b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B59252";
separatorsize="1";
padding="5";
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#520800";
pagebgcolor="#f2d58c";
headercolor="#520800";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
subimage="menu/arrow_down.gif";
}

with(menuStyle=new mm_style()){
onbgcolor="#f2d58c";
oncolor="#520800";
offbgcolor="#efc36a";
offcolor="#520800";
bordercolor="#c1a04b";
borderstyle="solid";
borderwidth="1";
separatorcolor="#B59252";
separatorsize="1";
padding="5";
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#520800";
pagebgcolor="#f2d58c";
headercolor="#520800";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
subimage="menu/arrow.gif";
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
alwaysvisible=1;
style=menuStyleHead;
top=100;
left=0;
menualign="center";
menuwidth="747"
orientation="horizontal";
aI("text=Home;url=index.cfm;target=_top;status=Back To Home Page;");
aI("text=About Our Wine;status=About Our Wine;showmenu=ourwine;");
aI("text=Buy Wine Online;url=http://store.villamteden.com/Category1;status=Buy Wine Online;");
aI("text=Join Mailing List;url=sign_up.cfm;status=Join Mailing List;");
}

with(milonic=new menuname("ourwine")){
style=menuStyle;
overflow="scroll";
aI("text=Current Vintages;url=current_vintages.cfm?tier=Grand%20Reserve;status=Current Vintages;");
aI("text=Vineyards;url=vineyards.cfm;status=Vineyards");
aI("text=Awards and Acclaim;url=awards_acclaim.cfm;status=Awards and Acclaim;");
}


drawMenus();

