_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Trebuchet MS";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="RoyalBlue";
onbgcolor="#E7E6E7";
oncolor="Azure";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="LightSteelBlue";
offcolor="RoyalBlue";
onbgcolor="#E7E6E7";
oncolor="Azure";
outfilter="Fade(Overlap=1.00)";
padding="4";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=500;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=About us;target=;url=About-us.html;");
aI("showmenu=Commercial ServicesStandard CleanINFO_BAR_MENU;text=Commercial Services;target=;url=Commercial-Services.html;");
aI("showmenu=Domestic ServicesSmall to MediumINFO_BAR_MENU;text=Domestic Services;target=;url=Domestic-Services.html;");
aI("text=Contact us;target=;url=Contact-us.html;");
}

with(milonic=new menuname("Commercial ServicesStandard CleanINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Standard Clean;target=;url=Standard-Clean.html;");
aI("text=Gold Window Cleaning;target=;url=Gold-Window-Cleaning.html;");
aI("text=Dirt Buster;target=;url=Dirt-Buster.html;");
}

with(milonic=new menuname("Domestic ServicesSmall to MediumINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Small to Medium;target=;url=Small-to-Medium.html;");
aI("text=Medium to Large;target=;url=Medium-to-Large.html;");
aI("text=Large;target=;url=Large.html;");
aI("text=Country House;target=;url=Country-House.html;");
}


 drawMenus();
