_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=./html/about-officers.html;");
aI("text=Purpose;url=./html/about-history.html;");
aI("showmenu=FactsSub;text=Facts;");
aI("text=Membership;url=./html/about-membership.html;");
aI("text=Contact;url=./html/about-contact.html;");
}

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

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

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

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

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

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

drawMenus();

