Exactly what are you looking for at this point? Your Quick Links dropdowns are shown in post 5 starting at this line:
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
However, you don't have the actual Quick Links in your navbar (which is in your header) in post 7. You need to add the following line in there where you want it:
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a id="usercptools" href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>