.ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url("../images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}
.ui-widget-content .ui-state-active:not(.ui-menu-item-wrapper) {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url("../images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}
.ui-state-active:not(.ui-menu-item-wrapper) a,
.ui-state-active:not(.ui-menu-item-wrapper) a:link,
.ui-state-active:not(.ui-menu-item-wrapper) a:visited {
  color: #e17009;
  text-decoration: none;
}
.ui-menu-item-wrapper.ui-state-active a {
  color: #1d5987;
}
