#sitemap li { list-style-type: none; padding: 5px 0; border-bottom: 1px dotted #ccc; }
#sitemap li ul { margin: 0 0 0 25px }
#sitemap li ul li { padding: 0; border: 0 }

#sitemap li a {
	display: block; padding: 0 0 0 25px;
	background: url(gfx/sitemap_folder.gif) no-repeat;
	color: #666; font-size: .85em }
#sitemap li ul li a {
	background-image: url(gfx/sitemap_page.gif) }
#sitemap li a:hover { color: #000; background-color: #f5f5f5 }
#sitemap ul a span { font-weight: bold; color: #333; font-size: 1.1em }

#sitemap em, #sitemap strong { font-style: normal; font-weight: normal }