/**
 *	Sitemap
 */
ul#menu_sitemap {
	margin: 0 !important;
	padding: 0 !important;
}

ul#menu_sitemap ul.lvl_2 {
  margin: -20px 0 20px 0 !important;
  padding: 0 0 0 150px !important;
}

ul#menu_sitemap li { margin: 0; padding: 0; list-style-type: none !important;}

ul#menu_sitemap li.lvl_1 { margin-top: 20px; }
ul#menu_sitemap li.lvl_2 {}

ul#menu_sitemap li.lvl_1 a {
  display: block;
  width: 130px;
  padding-left: 18px;
  background: url(../px/bullet_sitemap_lvl1.gif) no-repeat left 5px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
}
ul#menu_sitemap li.lvl_2 a {
  display: block;
  width: 170px;
  padding-left: 18px;
  background: url(../px/bullet_sitemap_lvl2.gif) no-repeat left 5px;
  color: #404040;
  font-style: normal;
  font-weight: normal;
}
