Are you calling the js and css files in the <head> section of your page?
the menu.inc just has the code
Code:
<div id="chromemenu">
<ul>
<li><a href="http://www.dynamicdrive.com">Home</a></li>
<li><a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu1')">Resources</a></li>
<li><a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu2')">News</a></li>
</ul>
</div>
<!--1st drop down menu -->
<div id="dropmenu1" class="dropmenudiv">
<a href=" etc etc etc
do you have it set up like this?
Are you testing it online?
Regards, Biggles
Bookmarks