_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="#1FCA2E";
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="#1FCA2E";
offcolor="Black";
onbgcolor="#1FCA2E";
oncolor="Black";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Kids;target=;url=index.html#kids;");
aI("text=Family;target=;url=index.html#family;");
aI("text=Decorations;target=;url=index.html#decorations;");
aI("text=DIY;target=;url=index.html#diy;");
aI("text=Home Businesses;target=;url=index.html#homebiz;");
}


 drawMenus();
