.sitemap {
	background:			url(../images/stars.gif);
}

.sitemap a {
	color:				#05e;
	color:				#03e;
}

.sitemap a:hover {
	color:				#08b;
	color:				#39f;
}

.sitemap ul {
	position:			relative;
	border:				solid thin silver;
	margin:				2em 0;
	padding: 			0;
	padding:			0 1em;
}

.sitemap ul ul {
	border:				none;
	margin:				0;
	padding:			0 0 0 2em;
	padding-left: 		2em;
}

.sitemap li {
	list-style-type:	none;
	padding: 			0px;
	margin:				1em 0;
}

.sitemap a , .sitemap .name {
	display:			block;
	background-color:	#eee;
	font-style:			normal;
	font-weight:		bold;
	padding:			4px 8px;
	padding:			0.25em 0.5em;
	border:				dotted thin #aaa;
}

.sitemap .info {
	margin:				0;
/*
	margin:				0 0 0.2em 0;
*/
	font-size:			0.9em;
	font-style:			italic;
	border:				dotted thin #ccc;
	border-top:			none;
	padding:			0.5em;
	background:			white;
}

.sitemap a.external {
	background-position: left center;
	padding-left:		16px;
	background-position: 3px center;
	border:				dotted thin #aaa;
}

.sitemap .url {
	float:				right;
	font-weight:		bold;
	color:				black;
	margin-top:			-1.75em;
	padding:			0.25em 0.5em;
	padding-right:		12px;
	padding-top:		0;
	font-family:		monospace;
}
