_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots6.gif";
offbgcolor="White";
offcolor="#2F2F2F";
onbgcolor="#CC6600";
onbold="bold";
oncolor="#ffffff";
padding="8";
separatorcolor="#ffffff";
separatorsize="9";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="10";
itemwidth="177";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#9AB41F";
oncolor="#ffffff";
padding="4";
separatorcolor="#9AB41F";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("showmenu=Financial ProductsUnsecured LoansLEFT_MENU;text=Financial Products;target=;url=financial-products.html;");
aI("showmenu=Finance ArticlesInvestment and Savings StrategyLEFT_MENU;text=Finance Articles;target=;url=finance-articles.html;");
aI("text=Todays Money News;target=;url=todays-money-news.html;");
aI("text=Freebies!;target=;url=freebies!.html;");
}

with(milonic=new menuname("Financial ProductsUnsecured LoansLEFT_MENU")){
style=submenuStyle;
aI("text=Unsecured Loans;target=;url=unsecured-loans.html;");
aI("text=Bank Accounts;target=;url=bank-accounts.html;");
aI("text=General Insurance;target=;url=general-insurance.html;");
aI("text=Credit Cards;target=;url=credit-cards.html;");
}

with(milonic=new menuname("Finance ArticlesInvestment and Savings StrategyLEFT_MENU")){
style=submenuStyle;
aI("text=Investment and Savings Strategy;target=;url=investment-and-savings-strategy.html;");
aI("text=Types of Insurance;target=;url=types-of-insurance.html;");
aI("text=Which loan best suits you;target=;url=which-loan-best-suits-you.html;");
}


 drawMenus();
