/* sitemap */
#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap .a {
	float: left;
	width: 45%;
}

#sitemap .b {
	float: right;
	width: 40%;
}

#sitemap ul {
	margin-left:1.5em;
	padding-left:0;
	list-style-type:circle; 
	list-style-position:inside; 
	white-space:nowrap;
}
