/*   All CSS code is Copyright 2010 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 {
	display: block;
	background-color: #FFF;
	border: 1px solid #888;
	margin-right: 4em;
	margin-left: 4em;
}

#sitemap ul#main {
	margin-top: 1em;
	margin-bottom: 1em;
}

#sitemap ul#main a {
	font-weight: bold;
	font-size: 110%;
	margin-left: -.5em;
}

#sitemap ul li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: .5em;
}

#sitemap ul li ul li {
}

#sitemap ul li ul li ul li {
}

#sitemap ul li ul li ul li ul li {
}