dl.sitemap {
	margin: 5px;
}
dl.sitemap dt {
	background-image: url(../images/common/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	font-size: 120%;
}
dl.sitemap dd {

	background-image: url(../images/sitemap/dd.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
}
dl.sitemap dd.lastdd {
	background-image: url(../images/sitemap/dd_last.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 5px;
}
