fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="normal";
offcolor="#000000";
oncolor="#ffffff";
rawcss="padding-left:8px;padding-right:8px";
separatorimage="http://www.houstonbotanicgarden.org/Templates/menuimages/grebb_sep2.gif";
separatorsize=1;
}

with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontweight="normal";
headercolor="#ffffff";
offcolor="#000000";
oncolor="#ffffff";
rawcss="padding-left:8px;padding-right:8px";
separatorimage="http://www.houstonbotanicgarden.org/Templates/menuimages/grebb_sep2.gif";
separatorsize=1;
outfilter="fade(duration=.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=94);Shadow(color=#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
screenposition="center";
itemheight=30;
itemwidth=80;
margin=3;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Home;url=http://houstonbotanicgarden.org/;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;showmenu=AboutUs;text=About Us;url=http://houstonbotanicgarden.org/html/about-us.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Contact;url=http://houstonbotanicgarden.org/html/contact.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Links;url=http://houstonbotanicgarden.org/html/links.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Help Us;url=http://houstonbotanicgarden.org/html/membership.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=News;url=http://houstonbotanicgarden.org/html/news.html;");
}

with(milonic=new menuname("AboutUs")){
itemheight=30;
itemwidth=300;
orientation="vertical";
style=submenuStyle;
top="offset=2";
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=About Us;url=http://houstonbotanicgarden.org/html/about-us.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Why does Houston need a botanic garden?;url=http://houstonbotanicgarden.org/html/why.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=What is a botanic garden?;url=http://houstonbotanicgarden.org/html/define.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Board Of Directors;url=http://houstonbotanicgarden.org/html/board.html;");
aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=Honorary Directors & Advisory Council;url=http://houstonbotanicgarden.org/html/advisory-council.html;");
//aI("align=center;bgimage=http://www.houstonbotanicgarden.org/Templates/menuimages/grebb.gif;text=The Houston Botanic Garden Plan for //Development;url=http://houstonbotanicgarden.org/pdf/Houston-Botanic-Garden-Plan-for-Development.pdf;");
}

drawMenus();


