_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#3F3F3F";
oncolor="WhiteSmoke";
padding="6";
separatorcolor="White";
separatorsize="1";
subimage="images/white_4x7.gif";
subimagepadding="6";
itemwidth="133";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Trebuchet MS";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#333333";
oncolor="White";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=401;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=About AQ;target=;url=About-AQ.html;");
aI("text=How AQ Can Help;target=;url=How-Reid-Can-Help.html;");
aI("text=Contact AQ;target=;url=Contact-AQ.html;");
}


 drawMenus();

