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()){
bgimage="skyback.gif";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="16pt";
fontstyle="bold";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
onsubimage="black_7x7.gif";
padding=6;
subimage="white_7x7.gif";
subimagepadding=6;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#91a5fc";
offcolor="#000000";
onbgcolor="#91a5fc";
oncolor="#e8fbfa";
onsubimage="black_7x7.gif";
padding=6;
pagebgcolor="#82B6D7";
subimage="white_7x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=5;
orientation="horizontal";
style=menuStyle;
top=0;
aI("showmenu=conservation;text=Conservation;");
}

with(milonic=new menuname("conservation")){
orientation="vertical";
style=submenuStyle;
aI("text=A Photo Album - The Tambopata Macaw Project, Peru;url=tambo_album.aspx;");
aI("text=Impact of Eco-Tourism in Conservation & Preservation - Research Papers;url=http://perunature.com/community.php;target=_blank");
aI("text=The EarthWatch Institute and Eco-Volunteerism;url=http://www.earthwatch.org/;target=_blank;");
aI("text=Rainforest Expeditions - Developing eco-tourism as a sustainable tool of conservation.;url=http://perunature.com/;target=_blank;");
}

drawMenus();

