_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#DDF086";
oncolor="Black";
padding="10";
separatorcolor="Black";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#DDF086";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DDF086";
offcolor="Black";
onbgcolor="#84AE00";
oncolor="Black";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=./;");
aI("text=Why Choose Groundcare UK;target=;url=Why-Choose-Groundcare-UK.html;");
aI("showmenu=ServicesWinter GrittingLEFT_MENU;text=Services;target=;url=Groundcare-UK-Services.html;");
aI("text=Some of our sites;target=;url=Groundcare-UK-Our-sites.html;");
aI("text=Contact Us;target=;url=Contact-Groundcare-UK.html;");
aI("text=Employment;target=;url=Employment-opportunities-with-Groundcare-Uk.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("ServicesWinter GrittingLEFT_MENU")){
style=submenuStyle;
aI("text=Winter Gritting;target=;url=GroundCare-UK-Winter-Gritting.html;");
aI("text=Arboriculture;target=;url=GroundCare-UK-Arboriculture.html;");
aI("text=Consultancy;target=;url=GroundCare-UK-Consultancy.html;");
aI("text=Timber Construction;target=;url=GroundCare-UK-Timber-Construction.html;");
}


 drawMenus();

