Did you resolve the issue? I just checked your page in IE7, and the menu offsets seem correct. BTW, most of the positioning problems with AnyLink x" Menus can be solved by making sure the HTML for the drop down DIVs themselves is outside any container tag on the page other than the BODY. So in your case, try moving all the drop down DIVs to the bottom of your page, just above the "</body>" tag:
Code:
<div id="about_links" class="secondtier">
<a href="vision.html">Vision / Mission / Principles</a>
<a href="org.html">Our Organization</a></div>
<div id="priorities_links" class="secondtier">
<a href="p_abuse.html">Abuse & Neglect </a>
<a href="p_discrimination.html">Discrimination</a>
<a href="p_benefits.html">Benefits </a>
<a href="p_community.html">Community-Based Collaboration </a>
<a href="p_childed.html">Education for Children & Youth</a>
<a href="p_mental.html">Mental Health </a>
<a href="p_public.html">Public Education & Communication </a>
<a href="p_quality.html">Quality Assurance </a>
</div>
</body>
Bookmarks