#left-sidebar .links ul,
#left-sidebar .menu
{
  margin-top: 0;
  padding-left: 0;
}

#left-sidebar .links li,
#left-sidebar .menu li
{
  display: inline;
  list-style: none;
}

#left-sidebar .links a,
#left-sidebar .menu a
{
  background: url(../images/secondary-link.png) no-repeat right center;
  color: white;
  display: block;
  margin: 1px 0;
  min-height: 16px;
  padding: 10px;
  padding-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

#left-sidebar .links a:hover,
#left-sidebar .menu a:hover
{
  background: url(../images/secondary-link-active.png) no-repeat right center;
}

#left-sidebar .links a.active,
#left-sidebar .menu a.active
{
  background: url(../images/secondary-link-active.png) no-repeat right center;
}

#left-sidebar h2,
#left-sidebar .block-menu-members .menu .first a
{
  background: url(../images/secondary-link-section.png) no-repeat right center;
  color: white;
  font-size: 1em;
  font-weight: bold;
  margin: 1px 0;
  min-height: 16px;
  padding: 10px;
  padding-right: 20px;
  text-transform: uppercase;
}

#left-sidebar h2 a {
  color: white;
  text-decoration: none;
}