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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="110%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#666";
offcolor="#fff";
onbgcolor="#222";
oncolor="#fff";
outfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
position="relative";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
itemwidth=175;
}

with(primaryMenuStyle=new mm_style()){
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="110%";
fontstyle="bold";
headerbgcolor="transparent";
headercolor="#fff";
offbgcolor="transparent";
offcolor="#fff";
onbgcolor="transparent";
oncolor="#fff";
padding=1;
pagebgcolor="transparent";
pagecolor="transparent";
position="relative";
separatorcolor="transparent";
separatorsize=1;
itemwidth=175;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
position="relative";
orientation="horizontal";
style=primaryMenuStyle;
top=10;
aI("text=Home;url=default.aspx;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Products;text=Services &amp; Products;");
aI("showmenu=Projects;text=Projects;");
aI("showmenu=Contact Us;text=Contact Us;");
}

with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle;
aI("text=About Us;url=aboutus.aspx;")
aI("text=In The Press;url=inthepress.aspx;")
aI("text=News;url=news.aspx;")
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Lighting;url=lighting.aspx;");
aI("text=Furniture;url=furniture.aspx;");
aI("text=Bespoke;url=bespoke.aspx;");
aI("text=Refurbishment;url=refurbishment.aspx;");
aI("text=Technical;url=technicalfiles.aspx;");
aI("text=Bespoke Product Review;url=ProductReview.aspx;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Project Gallery;url=projects.aspx;");
aI("text=Hotels;url=projects.aspx?category=Hotels;");
aI("text=Public Buildings;url=projects.aspx?category=Public Buildings;");
aI("text=Religious Buildings;url=projects.aspx?category=Religious Buildings;");
aI("text=Leisure;url=projects.aspx?category=Leisure;");
aI("text=Restoration;url=projects.aspx?category=Restoration;");
aI("text=Bespoke;url=projects.aspx?category=Bespoke;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact Us;url=contact.aspx;");
aI("text=Request Catalogue;url=lightingcatalogue.aspx;");
aI("text=Employment;url=employment.aspx;");
}

drawMenus();

