I\'m using Twitter Bootstrap and some custom css (found here) to have dropdown menus open up on mouseover.
I am using the \"caret\" on a on the root menu items to show
you can use simple code:
HTML
CSS:
.caret{ border-color:#ffffff transparent transparent transparent; border-width:4px; border-style:solid; content: "" display:inline-block; }