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




with(menuStyle=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="13";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#990033";
offbgcolor="transparent";
offcolor="#FFFFFF";
//onbgcolor="#333333";
onbgcolor="#333333";
oncolor="#FFFFCC";
outfilter="randomdissolve(duration=0.3)";
padding=0;
pagecolor="#FFFFCC";
separatorcolor="#FFFFFF";
separatorsize=1;
}

with(menuSubStyle=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="12";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#990033";
offcolor="#FFFFFF";
onbgcolor="#333333";
oncolor="#FFFFCC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777, Direction=135, Strength=4)";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth="1";
padding=5;
pagebgcolor="#FFFFCC";
pagecolor="#990033";
separatorcolor="#FFFFFF";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=10;
left=10;
overflow="scroll";
style=menuStyle;
itemwidth=146;
itemheight=28;
position="relative";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Our cheese;url=grading.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Nutritional benefits;url=nutritional_benefits.php;");
aI("showmenu=products;text=&nbsp;&nbsp;&nbsp;&nbsp;Products;");
aI("showmenu=where;text=&nbsp;&nbsp;&nbsp;&nbsp;Where to buy;");
aI("showmenu=recipes;text=&nbsp;&nbsp;&nbsp;&nbsp;Recipes;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;On tour;url=on_tour.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;News;url=news.php;");
}

with(milonic=new menuname("products")){
overflow="scroll";
style=menuSubStyle;
itemheight=28;
aI("text=Product range;url=products.php;")
aI("text=Mild Cheddar;url=mild_cheddar.php;")
aI("text=Medium Cheddar;url=medium_cheddar.php;")
aI("text=Mature Everyday;url=mature_everyday.php;")
aI("text=Farmhouse Mature;url=farmhouse_mature.php;")
aI("text=Extra Mature;url=extra_mature.php;")
aI("text=Vintage Farmhouse;url=farmhouse_reserve.php;")
aI("text=Speciality Cheeses;url=speciality_cheeses.php;")
aI("text=Mature Everyday Convenience Packs;url=mature_everyday_convenience.php;")
aI("text=Extra Mature Convenience Packs;url=extra_mature_convenience.php;")
aI("text=Product FAQs;url=faqs.php;")

}

with(milonic=new menuname("where")){
style=menuSubStyle;
itemheight=28;
aI("text=Retail outlets;url=retail_outlets.php;");
aI("text=Cash and Carries;url=cash_and_carries.php;");
}

with(milonic=new menuname("recipes")){
style=menuSubStyle;
itemheight=28;
aI("text=All recipes;url=all_recipes.php;")
aI("text=Lite Bites;url=lite_bites.php;")
aI("text=Soups;url=soups.php;")
aI("text=Snacks;url=snacks.php;")
aI("text=Family fillers;url=family_fillers.php;")
aI("text=Submit a recipe;url=recipe_submit.php;")
//aI("text=Recipe updates by email;url=recipe_updates.php;")
}

drawMenus();

