_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="#D27777";
oncolor="Black";
padding="10";
separatorcolor="#4E1111";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#751919";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#751919";
offcolor="White";
onbgcolor="#D27777";
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=About Us;target=;url=About-Us.html;");
aI("showmenu=Our ServicesCommercialLEFT_MENU;text=Our Services;target=;url=Our-Services.html;");
aI("text=Health & Safety;target=;url=Health-&-Safety.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Company News;target=;url=Company-News.html;");
aI("text=Site Map;target=;url=sitemap-navigation.html;");
}

with(milonic=new menuname("Our ServicesCommercialLEFT_MENU")){
style=submenuStyle;
aI("text=Commercial;target=;url=Commercial.html;");
aI("text=Residential;target=;url=Residential.html;");
aI("text=Build Cleans & Initial Cleans;target=;url=Build-Cleans-&-Initial-Cleans.html;");
aI("text=Shelter Cleaning & Surveying;target=;url=Shelter-Cleaning-&-Surveying.html;");
}


 drawMenus();

