return style;
}
private static RichStyle buildDropDownPopupListItemHover()
{
RichStyle style = new RichStyle();
style.setTextColor("white");
style.setBackgroundColor("#bbd453");
style.setSecondaryBackgroundColor("#9fb454");
style.setGradientAngle(270);
style.setGradient("on");
return style;
}