/**
* Sitemap
*/

#sitemap
{
	padding: 1em 1.5em;
	line-height: 20px;
}

#sitemap a {
	color: #5c758c;
	text-decoration: none;
}

#sitemap a:hover {
	color: #002e66;
}

#sitemap li
{
	padding: 0 0 0 24px;
	margin: 0;
	list-style-type: none;
}

#sitemap li
{
	background: url(images/sitemap/bar.gif) no-repeat 0% 0%;
}

#sitemap li.last
{
	background: url(images/sitemap/corner.gif) no-repeat 0% 0%;
}

#sitemap ul
{
	padding: 0 0 0 24px;
	margin: 0 0 0 -24px;
	list-style-type: none;
}

#sitemap ul
{
	background: url(images/sitemap/line.gif) repeat-y 0% 0%;
}

#sitemap ul.last
{
	background-image: none;
}

