_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#0F0F0F";
onbgcolor="#1F1F1F";
oncolor="Yellow";
padding="16";
separatorcolor="#E1E1E1";
separatorsize="10";
subimage="images/grey_4x5.gif";
subimagepadding="4";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
align="right";
bordercolor="White";
borderstyle="Solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4F4F4F";
offcolor="Yellow";
onbgcolor="#FFFF00";
oncolor="Black";
padding="4";
pagecolor="#000000";
subimage="images/grey_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("showmenu=PestsBatsLEFT_MENU;text=Pests;target=;url=Pests.html;");
aI("showmenu=Property TypeResidentialLEFT_MENU;text=Property Type;target=;url=Property-Type.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=About Us;target=;url=About-Us.html;");
}

with(milonic=new menuname("PestsBatsLEFT_MENU")){
style=submenuStyle;
aI("text=Bats;target=;url=Bats.html;");
aI("text=Mice & Rats;target=;url=Mice-&-Rats.html;");
aI("text=Raccoons;target=;url=Raccoons.html;");
aI("text=Squirrels;target=;url=Squirrels.html;");
aI("text=Birds;target=;url=Birds.html;");
aI("text=Skunks;target=;url=Skunks.html;");
aI("text=Bees;target=;url=Bees.html;");
aI("text=Wasps;target=;url=Wasps.html;");
}

with(milonic=new menuname("Property TypeResidentialLEFT_MENU")){
style=submenuStyle;
aI("text=Residential;target=;url=Residential.html;");
aI("text=Commercial;target=;url=Commercial.html;");
}


 drawMenus();

