#sitemap h1 {
	background-image:url(../../images/sitemap_header.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:604px;
	height:44px;
	margin-bottom:10px;
	text-indent:-9999px;
}

#sitemap div.node {
	margin-bottom:20px;
}

#sitemap div.node_title {
	height:30px;
	margin-bottom:5px;
	/*background-color:#cccccc;*/
}

#sitemap ul {
	margin-left:16px;
	margin-bottom:10px;
}

#sitemap li {
height:25px;
line-height:25px;
	background-image:url(../../images/bullet_sitemap.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
}

#sitemap li.child {
	margin-left:16px;
	padding-left:10px;
	background-image:url(../../images/bullet_tri_sitemap.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#sitemap a {
	color:#666666;
}

#sitemap a:hover {
	color:#999999;
}