_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="White";
oncolor="HotPink";
padding="10";
separatorcolor="White";
separatorsize="2";
subimage="images/black_7x7.gif";
subimagepadding="2";
itemwidth="144";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=728;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=About Us;target=;url=About-Us.html;");
aI("text=What We Do;target=;url=What-We-Do.html;");
aI("text=The Mint Club;target=;url=The-Mint-Club.html;");
aI("text=Resources;target=;url=Resources.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();
