Hey everyone, thanks for all the help you gave me earlier. I ended up modifying the navbar to make QAS a navtab rather than a sublink and I thought I'd share the code if you guys want to do something similar.
Here's what it looks like:
Here's the code:
Edit ---> QAS_navbar_link template
Code:
<vb:if condition="$show['qas_switch']">
<li class="popupmenu"><a class="navtab popupctrl" href="javascript://">{vb:rawphrase qas_qas}</a>
<ul class="popupbody popuphover">{vb:raw switchbit}</ul>
</li>
<vb:else />
{1}
</vb:if>
You can change secondary condition to always show the QAS popup if you want by changing {1} to {vb:rawphrase qas_qas}, though the link will do nothing.
Thanks again for all of your help!
EDIT: I should also note I changed the QAS rawphrase to say "Accounts" rather than "Quick Account Switch." Sorry, I'm terrible at being helpful.