with(menuStyle=new mm_style()){
onbgcolor="#CEBA8C";
oncolor="#5F4B40";
offbgcolor="#A79771";
offcolor="#fff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A79771";
separatorsize="0";
padding=5;
align="center";
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="2";
}
with(menuStyleSub=new mm_style()){
onbgcolor="#A79771";
oncolor="#fff";
offbgcolor="#CEBA8C";
offcolor="#5F4B40";
bordercolor="#5F4B40";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5F4B40";
separatorsize="0";
padding="4px 22px";
align="left";
fontsize="11px";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="2";
}
with(aiq=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
menuwidth="730px";
menualign="center";
position="relative";
orientation="horizontal";
aI("text=ABOUT;url="+_dbbd+"/About/Inspiro.aspx;showmenu=about;itemwidth=60");
aI("text=MY INSPIRO;url="+_dbbd+"/MyInspiro/default.aspx;showmenu=about;showmenu=myinspiro;itemwidth=100");
aI("text=START SEARCH;url="+_dbbd+"/MyInspiro/New/Guide.aspx;showmenu=about;showmenu=start;itemwidth=110");
aI("text=TOOLS;url="+_dbbd+"/Tools/Tools.aspx;showmenu=tools;itemwidth=70");
aI("text=CONTACT;url="+_dbbd+"/help/contact.aspx;showmenu=contact;itemwidth=70");
aI("target=blank;offcolor=#FFE373;oncolor=#FFEDBD;onbgcolor=#A79771;fontsize=9px;text=QUICK SEARCH;url="+_dbbd+"/search/results/quicksearch.aspx?d=1;itemwidth=120");
}
