_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="11pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#4F2D6A";
onbgcolor="#532F8B";
oncolor="White";
padding="14";
separatorcolor="Silver";
separatorsize="1";
subimage="images/white_7x7.gif";
subimagepadding="6";
itemwidth="220";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/white_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=01. Home;target=;url=./;");
aI("text=02. About Us;target=;url=02._About_Us.html;");
aI("text=03. Projects;target=;url=03._Projects.html;");
aI("text=04. Interiors;target=;url=04._Interiors.html;");
aI("text=05. Our Process;target=;url=05._Our_Process.html;");
aI("text=06. Contact Us;target=;url=06._Contact_Us.html;");
}


 drawMenus();
