Try moving the drop down DIVs plus the code to initalize the menu to the very bottom of your page, such as directly above the </body> tag:
Code:
<!--1st drop down menu -->
<div id="dropmenu1" class="dropmenudiv">
<a href="#">info</a>
<a href="#">info</a>
<a href="#">info</a>
</div>
<!--2nd drop down menu -->
<div id="dropmenu2" class="dropmenudiv" style="width: 150px;">
<a href="http://www.cnn.com/">CNN</a>
<a href="http://www.msnbc.com">MSNBC</a>
<a href="http://news.bbc.co.uk">BBC News</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
</body>
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:
Bookmarks