/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

#sitemap {
}

#sitemap a {
	font-weight: bold;
	font-size: 110%;
}

#sitemap li {
	list-style-type: none !important;
	list-style-image: none !important;
	width: inherit !important;
	margin: .5em 1em 1.5em !important;
}

#sitemap li ul li {
	margin-bottom: 0 !important;
}