I see what you're saying. One thing you can do is explicitly get the sub menu to hide when the anchor link is clicked on. In the case of the personal banking link for example, you'd add the part in red:
Code:
<a href="http://www.littlefillydfs.com/test/personalbanking.html" onmouseover="dropdownmenu(this, event, menu2, '190px')" onmouseout="delayhidemenu()" onclick="hidemenu()"><img src="buttons/personalbanking.gif" src="style_files/personalbanking.gif" class="domroll buttons/personalbanking1.gif" border="0"></a>
Bookmarks