/* $Id: _sitemap.css,v 1.3 2006/08/23 14:24:20 rg Exp $ */

.template_sitemap  {
	padding: 15px 15px 15px 30px;
}

.template_sitemap ul {
	list-style-type: square;
	margin: 0 0 2em 0;
	padding: 0;
}

.template_sitemap ul ul {
	padding-left: 3em;
	margin: 0 0 1em 0;
}

