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

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="bold";
headerbgcolor="";
headercolor="#000000";
offcolor="#000000";
onbgcolor="#670067";
offbgcolor="transparent";
oncolor="#ffffff";
overfilter="";
padding=5;
pagebgcolor="#FFFFFF";
pagecolor="#670067";
separatorwidth=5;
separatorimage="/theme/menu/img/sep.gif";
subimagepadding=4;
subimage="/theme/menu/arrow_down.png";
onsubimage="/theme/menu/arrow_down1.png";
}

with(SUB=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#670067";
offcolor="#ffffff";
onbgcolor="#808080";
oncolor="#ffffff";
overfilter="";
padding=4;
pagecolor="#ff66ff";
separatorcolor="#505050";
subimage="/theme/menu/arrow_right.png";
subimagepadding=4; 
}

with(SUBSUB=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#808080";
offcolor="#ffffff";
onbgcolor="#808080";
oncolor="#000000";
overfilter="";
padding=4;
pagecolor="#000000";
separatorcolor="#505050";
subimage="/theme/menu/arrow_right.png";
subimagepadding=4; 
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center"
top="offset=140"
left = "offset=-100";
orientation="horizontal";
style=menuStyle;
aI("status=Back To Home Page;text=HOME;url=/;");
aI("text=ABOUT US;url=;pagematch=aboutus.php;showmenu=AboutUs;");
aI("text=WHAT IS CAH?;url=;pagematch=cah.php;showmenu=CAH;");
aI("text=NEWS;url=/news.html;");
aI("text=EVENTS;url=;url=/events.html;");	
aI("text=SUPPORT FORUMS;url=/Forums/;showmenu=Forums;");
aI("text=DOWNLOADS;url=;showmenu=Downloads;");
aI("text=CONTACT US;url=/contact.html;");
}

with(milonic=new menuname("AboutUs")){
style=SUB;
overflow="scroll";
aI("text=The Support Group;url=/support_group.html;");
aI("text=The Committee;url=/committee.html;");
aI("text=Our Charter;url=/our_charter.html;");
aI("text=Membership;url=/membership.html;");
aI("text=Fundraising;url=;pagematch=cah.php;showmenu=Funds;separatorsize=1;");
aI("text=Old Site;url=/oldsite;target=_blank;");
}

with(milonic=new menuname("Funds")){
style=SUBSUB;
overflow="scroll";

aI("text=Merchandise Store;url=http://www.cafepress.com/livingwithcah;target=_blank;");
aI("text=Make a Donation;url=/donate.html;");
}

with(milonic=new menuname("CAH")){
style=SUB;
aI("text=What is CAH?;url=/what_is_cah.html;");
aI("text=Steroids and CAH;url=/steroids.html;");
aI("text=Different types of CAH;url=/cah_types.html;");
aI("text=The Genetics;url=/genetics.html;");
aI("text=The Medical Advisors;url=/advisors.html;");
aI("text=Articles;showmenu=Articles;");
aI("text=Glossary;url=/glossary.html;");
aI("text=FAQs;url=/faqs.html;");
aI("text=Helpful Guides;showmenu=Guides;");
aI("text=Links;url=/links.html;");
}

with(milonic=new menuname("Articles")){
style=SUBSUB;
overflow="scroll";
aI("text=Consensus Statement;url=/cah_consensus_statement.html;");
aI("text=Precocious Puberty;url=/precocious_puberty.html;");
aI("text=Adrenalectomy;url=/adrenalectomy.html;");
aI("text=Pump Therapy;url=/pump_therapy.html;");


}

with(milonic=new menuname("Guides")){
style=SUBSUB;
overflow="scroll";
aI("text=Parent or Carer;url=/guide_new_parents.html;");
aI("text=CAH Sufferer;url=/guide_cah_sufferer.html;");
aI("text=Medical Professional;url=/guide_medical_professional.html;");
}

with(milonic=new menuname("Forums")){
style=SUB;
overflow="scroll";
aI("text=-Search-;url=/Forums/search.php;showmenu=Forums_Search;separatorsize=1");
aI("text=Girls with CAH;url=/Forums/viewforum.php?f=1;");
aI("text=Boys with CAH;url=/Forums/viewforum.php?f=3;");
aI("text=Living with CAH;url=/Forums/viewforum.php?f=7;");
aI("text=General;url=/Forums/viewforum.php?f=5;");
aI("text=Problems or Comments;url=/Forums/viewforum.php?f=4;");
}

with(milonic=new menuname("Forums_Search")){
style=SUBSUB;
overflow="scroll";
aI("text=Forum Search<br><form method=post action=/Forums/search.php?keywords=keywords><input type=text name=keywords size=10><input type=hidden name=search_terms value=all><input type=submit value=GO></form>;type=form;");
aI("text=My Posts;url=/Forums/search.php?search_id=egosearch;");
aI("text=Unanswered Posts;url=/Forums/search.php?search_id=unanswered;");
aI("text=Posts Since Last Visit;url=/Forums/search.php?search_id=newposts;");
}

with(milonic=new menuname("Downloads")){
style=SUB;
aI("text=Membership Application Form;url=/sections/Membership/PDFs/CAH_Application_Form.pdf;");
aI("text=Conference Reports;url=/previous_conferences.html;");
aI("text=Promotional Literature;url=/promotional_literature.html;");

}

with(milonic=new menuname("Promotional")){
style=SUBSUB;
aI("text=Posters;url=/posters.html;");

}


drawMenus();