_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(ScrollingSampStyle=new mm_style()){
align='center';
bordercolor="#ebb216";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#480a12";
offcolor="#ebb216";
onbgcolor="#ebb216";
oncolor="#480a12";
padding=3;
}

with(DropDownStyle=new mm_style()){
bordercolor="#c0952c";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#480a12";
offcolor="#ebb216";
onbgcolor="#ebb216";
oncolor="#480a12";
padding=3;
separatorcolor="#681C26";
separatorsize="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
subimage="menu/arrow.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
menualign="center";
menuwidth="900";
orientation="horizontal";
style=ScrollingSampStyle;
top=114;
aI("status=Back To Home Page;text=Home;url=index.cfm;");
aI("status=Wines;showmenu=wines;text=Wines;url=Main_Wines.cfm;");
aI("status=Winemaker;text=Winemaker;url=sub_winemaker.cfm;");
aI("status=Vineyards;text=Vineyards;url=vineyards.cfm;");
aI("status=Wine Club;text=Wine Club;url=Clubs.cfm;");
aI("status=Visit Us;showmenu=visit;text=Visit Us;");
}

with(milonic=new menuname("wines")){
overflow="scroll";
style=DropDownStyle;
aI("text=Buy Wine Online;url=http://store.conncreek.com;")
aI("text=Anthology;url=anthology.cfm;")
aI("text=AVA Series;url=single_appellation_wines.cfm;")
aI("text=Cabernet Sauvignon;url=cabsauv.cfm;")
aI("text=Cabernet Franc;url=cabfranc.cfm;")
<!---aI("text=Merlot;url=merlot.cfm;")--->
<!---aI("text=Awards & Acclaim;url=CurrentReleases.cfm;")--->
aI("text=Past Vintages;url=PastVintages.cfm;")

<!---aI("text=Press Releases;url=PressReleases.cfm?Display=Current;")--->
}

with(milonic=new menuname("visit")){
overflow="scroll";
style=DropDownStyle;
aI("text=Tasting Room;url=Main_Visit.cfm;")
aI("text=AVA Room;url=ava.cfm;")
}

with(milonic=new menuname("buy wine")){
overflow="scroll";
style=DropDownStyle;
aI("text=Online Wine Shop;url=http://store.conncreek.com;")
aI("text=Retailer Directory;url=invoker.cfm?brand_id=4;")
}



drawMenus();

