_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="White";
offcolor="Black";
oncolor="Indigo";
padding="5";
pagecolor="Indigo";
subimage="images/11x9_dotted_green.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="left";
fontfamily="Verdana";
fontsize="10pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location3.gif";
offcolor="#550055";
oncolor="Goldenrod";
overimage="images/location_on3.gif";
imageposition="right";
itemwidth="200";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=Contact;target=;url=contact.html;");
aI("text=Ease With Money;target=;url=ease-with-money-products-and-services.html;");
aI("text=Blog;target=_blank;url=http://consciouscreationshow.com/blog/;");
}


 drawMenus();

