_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="Solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("showmenu=Events/California Wine CountryLEFT_MENU;text=Events;target=;url=Events.html;");
aI("showmenu=Products/Holiday SpecialsLEFT_MENU;text=Products;target=;url=Products.html;");
aI("text=Home;target=;url=http://www.realtimeready.com/;");
aI("text=News;target=;url=News.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=About Us;target=;url=About-Us.html;");
aI("text=Students;target=;url=Students.html;");
aI("text=Feedback;target=;url=Feedback.html;");
}

with(milonic=new menuname("Events/California Wine CountryLEFT_MENU")){
style=submenuStyle;
aI("text=California Wine Country;target=;url=California-Wine-Country.html;");
}

with(milonic=new menuname("Products/Holiday SpecialsLEFT_MENU")){
style=submenuStyle;
aI("text=Holiday Specials;target=;url=holiday-specials.html;");
aI("text=Tutto;target=;url=Tutto.html;");
}


 drawMenus();

