There may be other issues, but looking at a snippet of markup for your main menu bar, ie:
Code:
<a onclick="pageTracker._trackPageview ('/outgoing/http_www_dynamicdrive_com_style_');" rel="nofollow" href="http://www.dynamicdrive.com/style/" rel="dropmenu1_b">CSS</a></li>
The issue has to do with the duplicate rel="nofollow" attribute added to each of your main menu items. The script relies on the "rel" attribute pointing to the ID of the drop down menu DIV to work. Is there a way for you to remove the duplicate attribute? If not, an alternative solution is to modify the script to use another attribute instead. Let me know if you need that.
Bookmarks