.sitemap-item {
  padding: 10px 0 10px 0; 
}

.sitemap-item ul.nav {
    padding-left: 0;
    list-style: none;
}

.sitemap-item ul.nav li {
      line-height: 30px;
      padding-left: 32px;
      font-weight: bold;
      background-image: url("../img/arrow-right-bullet-icon.png");
      background-repeat: no-repeat;
      background-size: 14px 14px;
      background-position: 6px 8px; 
      display: list-item;
      width: 100%;
}

.sitemap-item ul.nav li ul li {
      font-weight: normal;
      background: none;
      display: list-item;
      list-style-type: disc;
      padding-left: 0;
}

.sitemap-item ul.nav a {
      display: inline-block;
      padding: 0 0;
      width: 100%;
      text-align: left
}
