User478895623 posted
Have you added the additional CSS?
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
I’ve just started using them, so I’m no expert, but to add a further level I had to add additional CSS to the Menu.css stylesheet. Look for the following prompts in this
sheet:
<o:p></o:p>
/* Add more rules here if your menus have more than three (3) tiers */<o:p></o:p>
<o:p></o:p>
I added (I think):
<o:p></o:p>
ul.AspNet-Menu
li.AspNet-Menu-Hover
ul ul ul<o:p></o:p>
ul.AspNet-Menu
li li
li.AspNet-Menu-Hover ul<o:p></o:p>
<o:p></o:p>
ul.AspNet-Menu
li:hover ul
ul ul<o:p></o:p>
ul.AspNet-Menu
li li
li:hover ul<o:p></o:p>
<o:p></o:p>
Apologies if you’ve done this already!