.ui-menu {
  background: #fff;
  border: 1px solid #92c848;
  padding: 5px 0;
	/*width: 925px;*/
}
.ui-menu-item:hover, .ui-state-focus {
  background: #7dc823 !important;
  color: #fff !important;
}
.ui-menu-item {
  padding: 4px 12px;
  background: none;
  cursor:pointer;
  color: #000;
}
.ui-menu-item span {
	font-weight: 600;
	font-size: 13px;
}