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="Arial";
fontsize="9pt";
fontweight="800";
headerbgcolor="#3e2e14";
headercolor="#3e2e14";
offbgcolor="#";
offbgcolor="#";
offcolor="#fdfce7";
oncolor="#3e2e14";
outfilter="fade(duration=1)";
pagecolor="black";
rawcss="padding-top:10px;padding-bottom:10px;"; 
separatorcolor="#";
separatorheight=0;
separatorsize=0;
}
with(submenuStyle=new mm_style()){
bordercolor="#";
borderwidth=0;
fontfamily="Arial";
fontsize="9pt";
fontweight="normal";
headercolor="#3e2e14";
offbgcolor="#cec6c0";
offcolor="#3e2e14";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.6)";
padding=1; 
pagecolor="black";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=24;
itemwidth=110;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=http://www.arts-sphere.com/index.html;");
aI("text=WHAT'S ON;url=http://www.arts-sphere.com/concert.html;");
aI("text=ABOUT US;showmenu=ABOUT US;");
aI("text=OUR FAMILY;showmenu=THE ENSEMBLE;");
aI("text=NEWS ROOM;url=http://www.arts-sphere.com/press_release_main.html;");
aI("text=ARCHIVES;url=http://www.arts-sphere.com/archivesmain.html;");
aI("text=MEDIA;url=http://www.arts-sphere.com/videogallery.html;");
aI("text=LINKS;url=http://www.arts-sphere.com/links.html;");
aI("text=CONTACT US;url=http://www.arts-sphere.com/contact_us.html;");
}



with(milonic=new menuname("ABOUT US")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=OUR STORY;url=http://www.arts-sphere.com/about_us.html;");
aI("text=AROUND THE WORLD;url=http://www.arts-sphere.com/aroundtheworld.html;");
}

with(milonic=new menuname("THE ENSEMBLE")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=MUSIC DIRECTOR;url=http://www.arts-sphere.com/music_director.html;");
aI("text=CONDUCTOR;url=http://www.arts-sphere.com/conductor.html;");
aI("text=MUSICIANS;url=http://www.arts-sphere.com/musicians.html;");
aI("text=MANAGEMENT;url=http://www.arts-sphere.com/committee.html;");
}



drawMenus();

