li.ui-menu-item.last-item:hover,
.ui-state-active {
  background: #428bca !important;
  border: 1px solid #357ebd !important;
}
form.search {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}
input#autocomplete {
  border: 1px solid #666666;
  padding: 3px 2px;
  color: #666666;
  font-size: 13px;
  width: 175px;
}
li.ui-autocomplete-category {
  padding: 5px;
  color: #6d6d6d;
  background: #ececec;
  border-bottom: 1px solid #d6d6d6;
  font-size: 14px;
}
.ui-autocomplete-loading {
  background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0 0 0px 55px !important;
  width: 260px;
}
div.menu-item {
  height: 60px;
  position: relative;
  padding: 0 0 0 55px;
}
div.menu-item a {
  display: block;
  text-decoration: none;
  padding: 5px 0 0;
  line-height: 1;
  color: #3f75a2; 
  height: 46px;
}
div.menu-item img {
  position: absolute;
  left: 3px;
  top: 7px;
}
div.menu-item a img {
  /*float: left;*/
  max-width:  46px;
  max-height: 46px;
  /*margin: 3px 5px 0px 0px;*/
}
div.menu-item span.title {
  font-size: 16px;
  font-weight: bold;
}
div.menu-item span.subtitle {
  font-size: 12px;
  font-weight: 100;
  color: #777;
  margin-top: 3px;
  display: block;
}
.ui-state-active span.subtitle
{
  color: #f5f5f5 !important;
}
.ui-state-active span.last-item-search 
{
  color: #f5f5f5 !important;
}
li.ui-menu-item {
   border-bottom: 1px solid #eee;
}

li.ui-menu-item:last-child {
  background: #eee;
  border-top: 1px solid #d6d6d6;
}

li.ui-menu-item.last-item a {
  display: block;
  text-decoration: none;
  padding: 5px !important;
  color: #3f75a2; 
  width: 100%;
}
li.ui-menu-item.last-item img {
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
li.ui-menu-item.last-item a:hover span {
  color: #fff;
}
