#sitemap {
	margin-right: 20px;
	margin-left: 20px;
	width: 564px;
}
#sitemap table {
	width: 564px;
}

#sitemap td {
	padding: 5px 3px 3px;
	white-space: nowrap;
}
#sitemap p {
	line-height: normal;
	padding-left: 32px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url(images/dotline.gif) no-repeat left center;
}
#sitemap th {
	padding: 5px 3px 3px;
	font-weight: normal;
	white-space: nowrap;
}
#sitemap th p {
	background: url(none);
	padding: 0px 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#sitemap ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#sitemap li {
	line-height: 110%;
	padding-left: 120px;
	background: url(images/dotline.gif) no-repeat 88px center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sitemap .even {
	background: #eee;
}


#sitemap a:link, #sitemap a:visited {
	border-left: 4px solid #ddd;
	padding-left: 4px;
}
#sitemap a:hover {
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #c00;
}
#sitemap #sp {
	padding-top: 15px;
}

