That's because you didn't move all of the code over. When you move things with popup menues from the navbar, you have to copy two sections of code. The first section is the link/button. The second section is the menu itself. You're missing this code:
Code:
<if condition="$show['member'] AND $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
$notifications_menubits
</table>
</div>
<!-- / notifications menu -->
</if>
Just stick it in at the bottom of the template, check your navbar template for it if you want to see that it's at the bottom of the navbar template.