<!-- //
// *** This page was generated with the MoDOT Menu Editor


function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="MenuNews" onMouseOver="MM_timelineStop(\'MENUOFF\')" onMouseOut="MM_timelinePlay(\'MENUOFF\');MM_timelineGoto(\'MENUOFF\',\'1\')"> ');
	if (header)
	{
		document.write('        <a style="width:100%" href="'+alink+'"><strong>'+name+'</strong></a></td>');
	}
	else
	{
		document.write('<a style="width:100%;text-indent: .5em;" href="'+alink+'">'+name+'</a></td>');
	}
	document.write('    </tr>');
}


document.write('  <table width="100%" border="0" cellpadding="1" cellspacing="1"  bgcolor="#FFFFFF">');
addMenuItem("News & Information Home","/newsandinfo/",true);
addMenuItem("E-Updates Subscribe","/eMoDOTWeb/jsp/signon/signon.jsp",true);
addMenuItem("Newsroom","/newsroom/index.htm",true);
addMenuItem("Publications","/newsandinfo/",true);
addMenuItem("Connections","/newsandinfo/connections/index.htm",false);
addMenuItem("Express Lane","/expresslane/index.htm",false);
addMenuItem("Pathways Magazine","/newsandinfo/publications/pathwaysmagazine.htm",false);
addMenuItem("Annual / Accountability Reports","/newsandinfo/reports/annualreports.htm",false);
addMenuItem("Official State Highway Map","/missourimap/index.htm",false);
addMenuItem("News","/newsandinfo/",true);
addMenuItem("Statewide News Releases","/newsroom/index.htm",false);
addMenuItem("Insurance and Benefits","/newsandinfo/benefits.htm",true);
addMenuItem("Retirement System","http://www.mpers.org/",true);
addMenuItem("Reports","/newsandinfo/",true);
addMenuItem("More...","/newsandinfo/",true);
document.write('  </table>');


//-->

