_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#0079AE";
borderstyle="Ridge";
borderwidth="0";
fontfamily="Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#0079AE";
onbgcolor="#0079AE";
oncolor="White";
padding="13";
separatorcolor="White";
separatorsize="0";
subimage="images/black_7x7.gif";
subimagepadding="0";
itemwidth="146";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0079AE";
offcolor="Black";
onbgcolor="White";
oncolor="#0079AE";
padding="4";
pagebgcolor="#0079AE";
pagecolor="#000000";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=730;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=The Process;target=;url=The-Process.html;");
aI("text=Client Login;target=;url=Client-Login.html;");
aI("text=Contact us;target=;url=Contact-us.html;");
aI("text=Testimonials;target=;url=Testimonials.html;");
}


 drawMenus();
