Sorry, no can do. selectItem is part of the "f:" (facet) tagset and therefore does not correspond to UI display elements - it's data. A bigger problem is that the h:selectOneMenu tag renders as an HTML SELECT tag, and the HTML select tag (and the OPTION tags that the facets generate) don't support per-item styling. You CAN achieve this kind of ...