_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="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#007B3E";
oncolor="White";
padding="9";
separatorcolor="#5B2825";
separatorsize="1";
subimage="images/downboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#007B3E";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#8C2532";
oncolor="White";
padding="4";
subimage="images/downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=index.html;");
aI("text=Cost Calculators;target=;url=Cost-Calculators.html;");
aI("showmenu=Helpful InformationFICALEFT_MENU;text=Helpful Information;target=;url=Helpful-Information.html;");
aI("text=Newsletters;target=;url=Newsletters.html;");
aI("text=Enquiries;target=;url=Enquiries.html;");
aI("text=Rate Us;target=;url=Rate-Us.html;");
aI("text=Links;target=;url=Links.html;");
aI("text=Legal notices;target=;url=Legal-notices.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Helpful InformationFICALEFT_MENU")){
style=submenuStyle;
aI("text=FICA;target=;url=FICA.html;");
aI("text=NCA;target=;url=NCA.html;");
aI("text=Penalty Interest;target=;url=Penalty-Interest.html;");
}


 drawMenus();
