_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#3C5763";
offcolor="#ffffff";
onbgcolor="Black";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="#514831";
onbgcolor="#514831";
oncolor="White";
padding="4";
pagecolor="White";
separatorcolor="#463C01";
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 Page;target=;url=home.html;");
aI("showmenu=About UsThe Ardan Settlement GroupLEFT_MENU;text=About Us;target=;url=About-Us.html;");
aI("showmenu=ServicesLife SettlementsLEFT_MENU;text=Services;target=;url=Services.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("About UsThe Ardan Settlement GroupLEFT_MENU")){
style=submenuStyle;
aI("text=The Ardan Settlement Group;target=;url=The-Ardan-Settlement-Group.html;");
aI("text=Managing Director;target=;url=Managing-Director.html;");
}

with(milonic=new menuname("ServicesLife SettlementsLEFT_MENU")){
style=submenuStyle;
aI("text=Life Settlements;target=;url=Life-Settlements.html;");
aI("text=Life Insurance Premium Financing;target=;url=Life-Insurance-Premium-Financing.html;");
aI("text=Viatical Settlements;target=;url=Viatical-Settlements.html;");
aI("text=Annuities;target=;url=Annuities.html;");
aI("text= Financial Services;target=;url=Financial-Services.html;");
}


 drawMenus();

