Tip #14
Using HTML Instead of Plain Text Descriptions
You can use most HTML markup within any menu item. Div's are not allowed, however you can instead use a span tag and set its display property to block...

<span style="display:block;">span content</span>

Using custom HTML is a great way to help certain menu items get noticed.