fixMozillaZIndex=true; 
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=8;
_subOffsetLeft=-4;

with(BMenuStyle=new mm_style()){
itemheight=60;
itemweight=120;
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#FF0000";
oncolor="#FFFFFF";
offbgcolor="#0000FF";
offcolor="#FFFFFF";
fontfamily='arial';
fontsize="75%";
fontweight='bold';
align='center';
borderwidth=1;
borderstyle='solid';
bordercolor='#000000';
separatorcolor="#000000";
separatorheight=2;
itemheight=14;
itemwidth=180;
}

with(myMenuStyle=new mm_style()){
onbgcolor="#0000FF";
oncolor="#FFFFFF";
offbgcolor="#FF0000";
offcolor="#FFFFFF";
fontfamily='arial';
fontsize="75%";
fontweight='bold';
align='center';
itemheight=20;
itemwidth=160;
separatorcolor="#FFFFFF";
separatorheight=4;
}

with(Main=new menuname("submenu1")){
style=SubMenuStyle;
aI("text=Breads;url=/sbreads.html;");
aI("text=Cookies & Candies;url=/scancook.html;");
aI("text=Desserts;url=/sdessert.html;");
aI("text=Meats;url=/smeats.html;");
aI("text=Vegetables;url=/sveges.html;");
aI("text=Miscellaneous;url=/smisc.html;");
}

with(Main=new menuname("submenu2")){
style=SubMenuStyle;
aI("text=Kountry Life;url=http://www.kountrylife.com;");
aI("text=Lehman's Country Life;url=http://countrylife.lehmans.com;");
aI("text=Rural Information Center;url=http://ric.nal.usda.gov/nal_display/index.php?info_center=5&tax_level=1&tax_subject=483&level3_id=0&level4_id=0&level5_id=0&want_id=1627&topic_id=0&placement_default=0;");
aI("text=Shaker Village of Pleasant Hill;url=http://www.shakervillageky.org;");
}

with(Main=new menuname("submenu3")){
style=SubMenuStyle;
aI("text=Amish Acres General Store;url=http://www.amishacresgeneralstore.com;");
aI("text=Cumberland General Store;url=http://www.cumberlandgeneral.com;");
aI("text=End of the Commons General Store;url=http://www.endofthecommons.com;");
aI("text=Floyd Country Store;url=http://www.floydcountrystore.com;");
aI("text=Lehman's;url=http://www.lehmans.com;");
aI("text=Mast General Store;url=http://www.mastgeneralstore.com;");
aI("text=Robie's Country Store;url=http://www.robies.org;");
aI("text=Shelburne Country Store;url=http://www.shelburnecountrystore.com;");
}

with(Main=new menuname("submenu4")){
style=SubMenuStyle;
aI("text=Fall Festival Time;url=/archives.html#fallfest;");
aI("text=Herbs Are Back;url=/archives.html#herbs;");
aI("text=In Defense of the Fruitcake;url=/archives.html#indeffc;");
aI("text=It's Time To Gather Walnuts;url=/archives.html#bwalnuts;");
aI("text=Remembering Christmas;url=/archives.html#xmas;");
aI("text=The Muscadines Are Ripe;url=/archives.html#muscripe;");
aI("text=We're Smoking at Nichols Cut;url=/archives.html#smokerib;");
aI("text=Winter at Nichols Cut;url=/archives.html#winter;");
aI("text=You May Be A Redneck;url=/archives.html#youmaybe;");
}
drawMenus();