Judhudson – You are using this:
[code:1o2njsuq]<ul id="suckerfishnav">
<li><a href="">Tomato</a></li>
<ul>
<li><a href="">Red</a></li>
<li><a href="">Green</a></li>
<li><a href="">Black</a></li>
</ul>
</li>
<li><a href="">Capsicum</a></li>
<li><a href="">Cucumber</a></li>
</ul>[/code:1o2njsuq]
But the code I used on the post you linked to was this:
[code:1o2njsuq]<ul id="suckerfishnav">
<li><a href="">Tomato</a>
<ul>
<li><a href="">Red</a></li>
<li><a href="">Green</a></li>
<li><a href="">Black</a></li>
</ul>
</li>
<li><a href="">Capsicum</a></li>
<li><a href="">Cucumber</a></li>
</ul>[/code:1o2njsuq]
Note the extra [code:1o2njsuq]</li>[/code:1o2njsuq] on the end of … [code:1o2njsuq]Tomato</a></li>[/code:1o2njsuq]