fixMozillaZIndex=false; //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()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS";
fontsize="95%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#CE283C";
padding=5;
pagebgcolor="#D5D8DA";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=4;
subimage="arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("showmenu=About;text=About Redline;");
aI("showmenu=Community;text=Community Outreach;");
aI("showmenu=Happening;text=What's Happening;");
aI("showmenu=Involved;text=Get Involved;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About RedLine;url=aboutus.php;");
aI("text=Blog;url=http://www.redlineart.org/blog.html;");
aI("text=Your RedLine;url=community.php;");


}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Epic Arts;url=epic.php;");
aI("text=Intelligent Movement;url=imi.php;");
aI("text=Gilpin School Outreach;url=gilpin.php;");
aI("text=Arts Research Library;url=library.php;");


}

with(milonic=new menuname("Happening")){
style=menuStyle;
aI("text=What's Happening;url=whatshappening.php;");
aI("text=Calendar;url=calendar.php;");

aI("text=Residency;url=artists.php;");
aI("text=Exhibits;url=exhibits.php;");
aI("text=Press;url=press.php;");

}


with(milonic=new menuname("Involved")){
style=menuStyle;
aI("text=Membership;url=membership.php;");
aI("text=Volunteer;url=volunteer.php;");
aI("text=Donate;url=donate.php;");
aI("text=Rental;url=rental.php;");

}

drawMenus();

