1) Script Title: Chrome CSS Drop Down Menu

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

3) Describe problem:
Hihi I have implemented the dropdown menu on my site.

The default no of dropmenu is four (Home, Resources, News and Search).
http://www.dynamicdrive.com/dynamici...hrome/demo.htm

I managed to increase that to 5 by simply adding the following:
<li><a href="#" rel="dropmenu5">New dropmenu</a></li>

<!--5th drop down menu -->
<div id="dropmenu5" class="dropmenudiv">
<a href="#">Test Link 1</a>
<a href="#">Test Link 2</a>
<a href="#">Test Link 3</a>
</div>

This works fine.

When i attempted to add in another additional dropmenu to the menu bar, the 6th dropmenu does not appear.

I am wondering if there is a limit to the no of dropmenu that is allowed on each chromemenu?

Appreciate any help and comments