horizontalMenuDelay = true;
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200           // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
offcolor="#868D93";
oncolor="#0063A6";
bordercolor="#E9E9E9";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=0;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,Helvetica";
pagecolor="#0063A6";
pagebgcolor="#B7BDC5";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
subimage="";
subimagepadding="0";

}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
itemheight=28;
itemwidth=215;
position="relative";
overfilter="";
aI("text=&nbsp;&nbsp;Home;fontsize=12;url=/default2.asp;pagematch=/default2.asp;align=left;");
aI("text=&nbsp;&nbsp;Why&nbsp;Brand&nbsp;Greater&nbsp;Louisville?;fontsize=12;url=/brand_gl.asp;pagematch=/brand_gl.asp;align=left;");
aI("text=&nbsp;&nbsp;About&nbsp;the&nbsp;Branding&nbsp;Project;fontsize=12;url=/about_project.asp;pagematch=/about_project.asp;align=left;");
aI("text=&nbsp;&nbsp;The&nbsp;Process;fontsize=12;url=/process.asp;pagematch=/process.asp;align=left;");
aI("text=&nbsp;&nbsp;The&nbsp;Team;fontsize=12;url=/team.asp;pagematch=/team.asp;align=left;");
/*aI("text=&nbsp;&nbsp;The&nbsp;Sponsors;fontsize=12;url=/sponsors.asp;align=left;");*/
aI("text=&nbsp;&nbsp;Get&nbsp;Involved;fontsize=12;url=/get_involved.asp;pagematch=/get_involved.asp;align=left;");
aI("text=&nbsp;&nbsp;Newsroom;fontsize=12;url=/newsroom.asp;pagematch=/newsroom.asp;align=left;");
aI("text=&nbsp;&nbsp;Links;fontsize=12;url=/links.asp;pagematch=/links.asp;align=left;");
aI("text=&nbsp;&nbsp;FAQs;fontsize=12;url=/faqs.asp;pagematch=/faqs.asp;align=left;");
aI("text=&nbsp;&nbsp;Alliance&nbsp;&amp;&nbsp;Team Resources;fontsize=12;url=/resources.asp;pagematch=/resources.asp;align=left;");
aI("text=&nbsp;&nbsp;Contact&nbsp;Us;fontsize=12;url=/contact.asp;pagematch=/contact.asp;align=left;");
}
drawMenus();