.sf-menu {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0.5em;
}

.sf-menu .active,
.sf-menu #current {
  background: url(../images/highlight-white.png);
}

.sf-menu li {
  color: white;
  background: transparent;
  height: 27px;
  line-height: 12px;
}

.sf-menu li li {
  height: auto;
}

.sf-menu a, .sf-menu a:visited {
  border: 0;
  padding: 7px;
  color: #ddd;
}

.sf-menu ul a {
  padding: 3px 5px !important;
  font-weight: normal;
}

.sf-menu ul {
  background: url(../images/menu-dropdown.png);
  margin-left: -6px;
  padding-left: 6px;
  padding-right: 6px;
  width: 190px;
}

.sf-menu ul:after {
  display: block;
  height: 12px;
  margin-left: -6px;
  content: url(../images/menu-dropdown-bottom.png);

}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color: white;
  background: transparent;
}

.sf-menu li:hover {
  background: url(../images/highlight-white.png);
}

.sf-menu #current li:hover {
  background: url(../images/highlight-white.png);
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			27px; /* match top ul list item height */
}

.sf-menu li li {
  background: transparent;
}

.sf-menu li li li {
  background: transparent;
}
