DIV.sitemap UL {
	margin: 0;
	padding: 20px 2em 0 0;
}

DIV.sitemap UL UL {
	float: none;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
}

DIV.sitemap UL UL A {
	font-weight: normal;
	font-size: 18px;
}
DIV.sitemap UL UL UL {
	margin: 0;
	padding: 5px 0 20px 20px;
	font-size: 14px;
}
DIV.sitemap UL UL UL A {
	font-weight: normal;
	font-size: 14px;
}

DIV.sitemap LI {
	list-style-type: none;
	padding-top: 10px;
}

DIV.sitemap a { color: #000; text-decoration: underline;}
