	#sitemap {
		margin: 0;
		padding: 0;
	}

	#sitemap ul {
		margin: 0;
		padding: 0;
		list-style: none outside;
	}

	#sitemap li            {background-image: url("../pickit-media/icons/treeview/sitemap/extm.png");}
	#sitemap li.close      {background-image: url("../pickit-media/icons/treeview/sitemap/extmc.png");}
	#sitemap li.open       {background-image: url("../pickit-media/icons/treeview/sitemap/extmo.png");}
	#sitemap li.last       {background-image: url("../pickit-media/icons/treeview/sitemap/exlm.gif");}
	#sitemap li.lastclose  {background-image: url("../pickit-media/icons/treeview/sitemap/exlmc.gif");}
	#sitemap li.lastopen   {background-image: url("../pickit-media/icons/treeview/sitemap/exlmo.gif");}
	#sitemap li.first      {background-image: url("../pickit-media/icons/treeview/sitemap/exlm.gif");}

	#sitemap li {
		margin: 0;
		padding: 0 0 0 24px;

		list-style: none outside;
		line-height: 20px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: 0 0;

	}

	#sitemap ul {
	   background: transparent url("../pickit-media/icons/treeview/sitemap/exim.gif") repeat-y left;
	}
	#sitemap ul.last {
	   background: transparent none;
	}


	#sitemap ul ul {
		margin: 0 0 0 -24px;
		padding: 0 0 0 24px;
	}
	#sitemap a {
		text-decoration: none;
	}