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;About Us;url=about_us.php;");
aI("showmenu=products;text=&nbsp;&nbsp;&nbsp;&nbsp;Products;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;UK Cheese Guide;url=ukCheeseGuide.php;");
aI("showmenu=languages;text=&nbsp;&nbsp;&nbsp;&nbsp;Languages;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Latest News;url=news.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Links;url=links.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Contact Us;url=contact_us.php;");
}

with(milonic=new menuname("products")){
overflow="scroll";
style=menuSubStyle;
itemheight=28;
aI("text=Cheddar Prepacks;url=CheddarPrepacks.php;")
aI("text=Deli Blocks;url=DeliBlocks.php;")
aI("text=Regional Cheeses;url=RegionalCheeses.php;")
aI("text=Blue Stilton;url=Stilton.php;")
aI("text=Lifestyle Cheeses;url=HealthyLifestyle.php;")
aI("text=Pre-pack Speciality Cheeses;url=PrepackSpeciality.php;")
aI("text=Speciality Cheeses;url=SpecialityCheeses.php;")
aI("text=Waxed Cheeses;url=WaxedCheeses.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("languages")){
style=menuSubStyle;
itemheight=28;
aI("text=Francais;url=french/index.php;")
aI("text=Deutsch;url=german/index.php;")
aI("text=Espanol;url=spanish/index.php;")
aI("text=Dansk;url=danish/index.php;")
aI("text=Suomi;url=finnish/index.php;")
}

drawMenus();

