_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#C1BFBE";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana;";
fontsize=11;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#323394";
oncolor="#000000";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#C1BFBE";
separatorsize=1;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Verdana;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#C0E5F0";
borderwidth=1;
borderstyle="solid";
bordercolor="#FFFFFF";
offcolor="#FFFFFF";
offbgcolor="#1D0A00";
oncolor="#000000"; 
onbgcolor="#FFFFFF"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Home;text=Home;url=home.html;");
aI("showmenu=About Us;text=About Us;url=aboutus.html;");
aI("showmenu=Partners;text=Partners;url=partners.html;");
aI("showmenu=Projects;text=Projects;url=#;");
aI("showmenu=Contact Us;text=Contact Us;url=contactus.html;");
aI("showmenu=Enquiry;text=Enquiry;url=enquiry.html;");
}


with(milonic=new menuname("Projects")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Complete Projects;text=Completed Projects;url=complete_projects.html;");
aI("showmenu=Projects Under Booking;text=Projects Under Booking;url=ongoing_project.html;");
aI("showmenu=Future Project;text=Future Projects;url=future_project.html;");
}

drawMenus();
