MenuModelBuilder builder = pageContext.getMenuBuilder();
String title = attributes.getTitle();
// Action the builder to construct the label in the menu model
builder.startLabel();
// Set the stylistic information in the model for this element.
MenuInternals.setElementDetails(builder, attributes,
pageContext.getStylingEngine().getStyles());