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()){


headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=0;
pagebgcolor="#000000";
pagecolor="black";
separatorsize=25;
separatorcolor="#000000";

}

with(submenuStyle=new mm_style()){

itemwidth=90;
align="left";
itemheight=0;
bordercolor="#999999";
borderwidth=1;
fontfamily="Verdana";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#cccccc";
onbgcolor="#000000";
oncolor="#E1FFE7";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=4;
pagebgcolor="#000000";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menuwidth=530;
orientation="horizontal";
style=menuStyle;
overflow="scroll";



//aI("status=Back To Home Page;text=Home;url=http://www.milonic.com/;");

aI("image=Menu Images/home.jpg;overimage=Menu Images/home2.jpg;url=home.html;");

aI("image=Menu Images/services2.jpg;overimage=Menu Images/services.jpg;showmenu=Services;");

aI("image=Menu Images/rd live2.jpg;overimage=Menu Images/rd live.jpg;showmenu=RD Live;");

aI("image=Menu Images/band members2.jpg;overimage=Menu Images/band members.jpg;showmenu=Band Members;");

aI("image=Menu Images/cebrities.gif;overimage=Menu Images/cebrities2.gif;showmenu=Celebrities;");

aI("image=Menu Images/news2.jpg;overimage=Menu Images/news.jpg;showmenu=News;");

aI("image=Menu Images/contact.jpg;overimage=Menu Images/contact2.jpg;url=howtobook.html;");
}


with(milonic=new menuname("Services")){
overflow="scroll";
style=submenuStyle;
aI("text= Our Services ;url=services.html;")
aI("text= Testimonials ;url=testimonials.html;")
aI("text= Client & Venues ;url=clientsandvenues.html;")
//aI("text= Cost ;url=cost.html;")

}

with(milonic=new menuname("RD Live")){
overflow="scroll";
style=submenuStyle;
aI("text= Showreel ;url=showreel.html;")
/*aI("text= Up Close & Personal ;url=Promo end.mov;")*/
aI("text= See Band in Action ;url=SeeBandInAction.html;")

aI("text= Sample Song List ;url=SampleSongList.html;")
aI("text= Sample Songs ;url=samplesongs.html;")

}

with(milonic=new menuname("Band Members")){
overflow="scroll";
style=submenuStyle;
aI("text= Meet the band ;url=bandmembers.html;")
aI("text= Gallery ;url=gallery.html;")

}

with(milonic=new menuname("Celebrities")){
overflow="scroll";
style=submenuStyle;
aI("text= Celebrate with a celebrity ;url=celebrities.html;")

}

with(milonic=new menuname("News")){
overflow="scroll";
style=submenuStyle;
aI("text= RD News ;url=news.html;")
aI("text= RD Newsletters ;url=news_letter_new.html;")

}

drawMenus();