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="none";
borderwidth=0;
itemheight="20px";
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#00923F";
headercolor="#000000";
offbgcolor="transparent"
offcolor="white";
onbgcolor="#87C099";
oncolor="#000099";
padding=1;
pagebgcolor="#008035";
pagecolor="white";
separatorcolor="#FFFFFF";
separatorsize=1;
separatorpadding=0;
//subimage="http://img.milonic.com/arrow.gif";
//subimagepadding=2;
rawcss="padding-left:10px;padding-right:10px;";
}

with(subMenuStyle=new copyOf(menuStyle)){
	bordercolor="white";
	borderstyle="solid";
	borderwidth=1;
	padding=1;
	offbgcolor="#00923F"
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=http://www.roycowie.co.uk/;");
aI("showmenu=Residential;text=Residential;");
aI("showmenu=Commercial;text=Commercial;");
aI("showmenu=Tree;text=Tree Surgery;");
aI("showmenu=Golf;text=Golf;");
aI("showmenu=Building;text=Building;");
aI("showmenu=Hire;text=Hire, Sales, Service;");
aI("showmenu=Contact;text=About us;url=http://www.roycowie.co.uk/en/contact/contact.php;");
}

with(milonic=new menuname("Residential")){
overflow="scroll";
style=subMenuStyle;
top="offset=2";
aI("text=Hard Landscaping;url=/en/residential/hard.php;")
aI("text=Soft Landscaping;url=/en/residential/soft.php;")
aI("text=Maintenance;url=/en/residential/maintenance.php;")
aI("text=Lawn Care;url=/en/residential/lawn.php;")
aI("text=Design;url=/en/residential/design.php;")
}

with(milonic=new menuname("Commercial")){
style=subMenuStyle;
top="offset=2";
aI("text=Landscaping;url=/en/commercial/landscape.php;")
aI("text=Grounds Maintenance;url=/en/commercial/grounds.php;")
aI("text=Gritting & Snow Clearance;url=/en/commercial/snow.php;")
aI("text=Health & Safety;url=/en/commercial/safety.php;")
}

with(milonic=new menuname("Tree")){
style=subMenuStyle;
top="offset=2";
aI("text=Residential;url=/en/tree/residential.php;")
aI("text=Commercial;url=/en/tree/commercial.php;")
aI("text=Specialist;url=/en/tree/specialist.php;")
aI("text=Health & Safety;url=/en/tree/safety.php;")
}

with(milonic=new menuname("Golf")){
style=subMenuStyle;
top="offset=2";
aI("text=Construction;url=/en/golf/construction.php;");
aI("text=Renovation;url=/en/golf/renovation.php;");
aI("text=Maintenance;url=/en/golf/maintenance.php;");
}

with(milonic=new menuname("Building")){
style=subMenuStyle;
top="offset=2";
aI("text=Extensions;url=/en/building/extensions.php;");
aI("text=Steading Conversions;url=/en/building/conversions.php;");
}

with(milonic=new menuname("Hire")){
style=subMenuStyle;
top="offset=2";
aI("text=Specialist Hire;url=/en/service/specialist.php;");
aI("text=Machinery Sales;url=/en/service/machinery.php;");
aI("text=Servicing;url=/en/service/servicing.php;");
aI("text=Hire List;url=/en/service/hirelist.php;");
aI("text=Delivery & Collection;url=/en/service/collection.php;");
}

with(milonic=new menuname("Contact")){
style=subMenuStyle;
top="offset=2";
aI("text=Who is Who;url=/en/contact/who.php;");
aI("text=Testimonials;url=/en/contact/testimonials.php;");
aI("text=Gallery;url=/en/contact/gallery.php;");
aI("text=Contact Details;url=/en/contact/contact.php;");
aI("text=Job Opportunities;url=/en/contact/jobs.php;");
}

drawMenus();

