Individual elements of a vBMenu popup menu will usually derive their styling from the Popup Menu Option class.
Elements within popup menus usually take the form of a <td> tag within a table.

Example of element using this class:
<div class="vbmenu_popup" id="myMenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="vbmenu_option">
This element within a popup menu
uses the Popup Menu Option class.
</td>
</tr>
</table>
</div>
