_menuCloseDelay=500      // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150       // The time delay before menus open on mouse over
_subOffsetTop=0          // Sub menu top offset
_subOffsetLeft=1         // Sub menu left offset


with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Times, Times New Roman";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#000000";
oncolor="#666666";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Times, ";
fontsize="8pt";
fontweight="bold";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ff9999";
oncolor="#000000";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="../Media/Menu/arrow.gif";
subimagepadding=3;
}
with(milonic=new menuname("About")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Officers;url=./about-officers.html;");
aI("text=Purpose;url=./about-history.html;");
aI("showmenu=FactsSub;text=Facts;");
aI("text=Membership;url=./about-membership.html;");
aI("text=Contact;url=./about-contact.html;");
}

with(milonic=new menuname("Activities")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Meetings;url=./activities-meetings.html;");
aI("text=Events;url=./activities-events.html");
}

with(milonic=new menuname("Welsh")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Places of Interest;url=./beingwelsh-places.html;");
aI("showmenu=PeopleSub;text=People of Interest;");
aI("text=Living Culture;url=./Being-Welshbeingwelsh-culture.html;");
aI("text=Recipes;url=./beingwelsh-recipes.html;");
}

with(milonic=new menuname("News")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Welsh News & Events;url=./news-welsh.html;");
aI("text=Newsletter;url=./news-newsletters.html;");
}

with(milonic=new menuname("Awards")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Undergraduate Scholarship;url=./awardsandscholarships-scholarships.html;");
aI("text=Robert Morris Award;url=./awardsandscholarships-robertmorris.html;");
aI("text=Robert Morris Recipients;url=./awardsandscholarships-robertmorrisawardees.html;");
}

with(milonic=new menuname("FactsSub")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Facts;url=./about-facts.html;");
aI("text=Symbols;url=./about-symbols.html;");
}

with(milonic=new menuname("PeopleSub")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Robert Morris;url=./awardsandscholarships-robertmorris.html;");
aI("text=Others;url=./beingwelsh-people.html;");
}

drawMenus();

