<MENU ...>
<LI ...>
<MENU ...> indicates the start a series of choices. It is usually rendered like <UL ...>.
<UL ...>
Here's a comparison:
<MENU> <LI>Ham <LI>Ham and Eggs <LI>Ham, Eggs and Bacon </MENU>
<UL> <LI>Ham <LI>Ham and Eggs <LI>Ham, Eggs and Bacon </UL>
<DL ...> >
<DL ...>