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;


//////////////////////////              COLOR &  SETTING 	/////////////////////////////////




///<!--- Magic blue : 6092C3 --		light blue
///<!--- Magic Blue 2 :264A6A  --->   dark blue

with(menuStyle=new mm_style()){
bordercolor="#264A6A";				// Dark Blue
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="154%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6092C3";				// Menu Main Color  when not highligted ORG #DCE9F0  NEW FFD03B  This is Dark Gold 
offcolor="white";				//  ORG  Font  515151 dark grey  
onbgcolor="#264A6A";				//  ORG #4F8EB6  This is mouse over color 
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="6092C3";				// current page main color  ORG #FFD03B  
pagecolor="white";				// current page font color
separatorcolor="white";                       //  Mouse over bg color ORG 2D729D                  

separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}













with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp; Home;url=http://mlkjrparade.com/index.asp;");
aI("text=Parade Route &nbsp; ;url=http://mlkjrparade.com/paraderoute.asp;");
aI("text=Parade Applications &nbsp; ;url=http://mlkjrparade.com/paradeapp.asp;");
aI("showmenu=bios;text=Committee Bio's;url=http://mlkjrparade.com/frankbell.asp;");
aI("text=Volunteers;url=http://mlkjrparade.com/volunteer.asp;");
aI("text=Donate;url=http://mlkjrparade.com/donate.asp;");
aI("text=Contact Us;url=http://mlkjrparade.com/contact.asp;");
aI("text=Photos;url=http://www.mlkjrparade.com/cgallery/index.php;");
aI("text=Sponsors;url=http://mlkjrparade.com/sponsor.asp;");
}






with(milonic=new menuname("applications")){
style=menuStyle;
// oRG aI("text=Parade;url=http://mlkjrparade.com/ParadeApplication.pdf;");
aI("text=Bands ;url=http://mlkjrparade.com/bandapp.asp;");
aI("text=&nbsp;&nbsp;&nbsp; Vendors ;url=http://mlkjrparade.com/vendorapp.asp;");
aI("text=Step Teams ;url=http://mlkjrparade.com/stepteamapp.asp;");

}



with(milonic=new menuname("bios")){
style=menuStyle;
aI("text=Frank Bell ;url=http://mlkjrparade.com/FrankBell.asp;");
aI("text=Robert Scott ;url=http://mlkjrparade.com/index.asp;");
aI("text=Linda Adejumo ;url=http://mlkjrparade.com/index.asp;");
aI("text=Janice London ;url=http://mlkjrparade.com/index.asp;");

}



with(milonic=new menuname("volunteers")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;Become A Volunteer &nbsp;&nbsp;&nbsp;;url=http://mlkjrparade.com/volunteer.asp;");
//aI("text=&nbsp;&nbsp;&nbsp;Volunteer Comments &nbsp;&nbsp;&nbsp;;url=http://mlkjrparade.com/Comments/comments.asp;");
}




with(milonic=new menuname("media")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;Photos&nbsp;&nbsp;&nbsp;;url=http://jcyband.com/photos/;");
aI("text=&nbsp;&nbsp;&nbsp;Videos&nbsp;&nbsp;&nbsp;;url=http://jcyband.com/videos.asp;");
// aI("showmenu=Anti Spam;text=Anti Spam Tools;");
}




with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

drawMenus();

