_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#DFDFDF";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="Transparent";
offcolor="#3F3F3F";
onbgcolor="#00ACD7";
oncolor="#ffffff";
padding="6";
separatorcolor="#DFDFDF";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="181";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Unsecured Loans;target=;url=unsecured_loans.html;");
aI("text=Business Loans;target=;url=unsecured_business_loans.html;");
aI("text=Tenant Loans;target=;url=unsecured_tenant_loans.html;");
aI("text=Loans Bad Credit;target=;url=unsecured_loans_bad_credit.html;");
aI("text=Iva Advice;target=;url=iva_advice.html;");
aI("text=Contact Us;target=;url=contact_us.html;");
}


 drawMenus();

