//<script>

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(menuStyle2=new mm_style()){	
borderwidth = "0";
fontfamily="arial,Georgia, Times New Roman, serif";
fontsize="9px";
fontstyle="normal";
fontweight="normal";
offcolor="#FFFFFF";
oncolor="#e7e7e7";
padding=5;
separatorcolor="#ffffff";
separatorsize=1;
separatorheight=20;
separatorwidth=3;
separatoralign="top";
separatorpadding=0;

separatorimage = "/lib/js/topnav/navtopsep.gif";
width="800px";
}

with(submenuStyle2=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontstyle="normal";
fontweight="normal";
offcolor="#FFFFFF";
oncolor="#000000";
padding=5;

}

with( milonic=new menuname("Top Menu") ) {
	style			= menuStyle2;
	alwaysvisible	= 1;
	orientation		= "horizontal";
	screenposition	= "center";
	aI("text=HOME;width=300px;url=/;status=Home;");
	aI("text=FINANCIAL ASSISTANCE;width=300px;url=/pages2/p2/financial_assistance.php;status=Financing - Financing Q&amp;A;showmenu=menu_2_10;");
	aI("text=DEVELOP REAL ESTATE;width=300px;url=/pages2/p23/develop_real_estate.php;status=Develop Real Estate;");
	aI("text=FIND A SITE;width=300px;url=/pages2/p24/find_a_site.php;status=Find a site;");
	aI("text=BUSINESS DEVELOPMENT CENTER;width=300px;url=/#;status=BUSINESS DEVELOPMENT CENTER;showmenu=menu_2_2;");
	aI("text=INVESTOR RELATIONS;width=300px;url=/#;status=Investor Relations;showmenu=menu_2_8;");
}
with( milonic=new menuname("menu_2_10") ) {
	style=submenuStyle2;
	overflow="scroll";orientation="horizontal";
	aI("text=Financial Assistance;width=300px;url=/pages2/p9/financial_assistance.php;status=Financial Assistance Center;");
	aI("text=Finance Programs FAQ;width=300px;url=/pages2/p10/finance_programs_faq.php;status=Financing - Finance Programs FAQ;");
	aI("text=Grants;width=300px;url=/pages2/p16/grants.php;status=Financing - Grants;");
	aI("text=Links;width=300px;url=/pages2/p11/links.php;status=Financing - Links;");
}
with( milonic=new menuname("menu_2_2") ) {
	style=submenuStyle2;
	overflow="scroll";orientation="horizontal";
	aI("text=About SBDC;width=300px;url=/pages2/p12/about_sbdc.php;status=SBDC - About SBDC;");
	aI("text=SBDC Services;width=300px;url=/pages2/p13/sbdc_services.php;status=SBDC - SBDC Services;");
	aI("text=Business Plan Downloads;width=300px;url=/pages2/p15/business_plan_downloads.php;status=SBDC - Business Plan Downloads;");
	aI("text=Helpful Links;width=300px;url=/pages2/p14/helpful_links.php;status=SBDC - Helpful Links;");
}
with( milonic=new menuname("menu_2_8") ) {
	style=submenuStyle2;
	overflow="scroll";orientation="horizontal";
	aI("text=Investor Relations;width=300px;url=/pages2/p3/investor_relations.php;status=Investor Relations - Forward Great Falls;");
}
drawMenus();
// </script>