@CHARSET "UTF-8";
ul, li {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}
ul li {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  background: url(../img/ic_home.gif) no-repeat 0 4px;
  line-height: 160%;
}
ul li ul {
  background: url(../img/ic_bk.gif) no-repeat 17px 0;
}
ul li ul.category li {
  background: url(../img/ic_category.gif) no-repeat 1px -283px;
}
ul li ul.page li {
  background: url(../img/ic_page.gif) no-repeat 1px -283px;
}
ul li ul li.last {
  background-color: #FFFFFF;
}

#sitemap-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
  