// Check the af|menuTabs::separator style to see whether a non-zero width
// is defined
boolean doRenderSep = false;
Styles styles = context.getStyleContext().getStyles();
if (styles != null)
{
Style style = styles.getSelectorStyleMap().get(AF_MENU_TABS_SEPARATOR_STYLE_CLASS);
if (style != null)
{
String width = style.getProperties().get("width");