There's nothing wrong syntax wise with the way your menu is set up. Looking at the source of the page in question,
Code:
<table cellpadding="0" cellspacing="0" border=0>
<tr>
<td>
<div class="glossymenu"><a class="menuitem" href="/index.php?option=com_content&view=article&id=79&Itemid=49">S, T & C Workshops</a><em class="menuitem submenuheader">En Español</em><div class="submenu"><ul> <li><a href="/index.php?option=com_content&view=article&id=81&Itemid=49">¿Eres un comedor compulsivo?</a></li> <li><a href="/index.php?option=com_content&view=article&id=82&Itemid=49">Los Doce Pasos</a></li> <li><a href="/index.php?option=com_content&view=article&id=83&Itemid=49">Las Doce Tradiciones</a></li> </ul></div><a class="menuitem" href="/index.php?option=com_content&view=article&id=80&Itemid=49">Region 2 Newsletters</a><a class="menuitem" href="/index.php?option=com_content&view=article&id=58&Itemid=49">Region 2 Intergroups</a><a class="menuitem" href="/index.php?option=com_content&view=article&id=89&Itemid=49">Other OA Links</a><a class="menuitem" href="/index.php?option=com_content&view=article&id=84&Itemid=49">FAQs for New Reps</a></div>
</td>
</tr>
<tr>
<td>
All the links simply point to itemid=49 for some reason. I reckon those links are dynamically generated? If so you'll need to correct whatever error is causing this in the backend.
Bookmarks