@charset "utf-8"; 

/* =======================================
	sitemap CSS
========================================== */
.sitemap dt {
	background: url(../../img/bulletArrow.png) no-repeat 0 7px;
	padding-left: 20px;
	margin-bottom: 4px;
}
.sitemap dd {
	padding: 0 0 10px 20px;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 30px;
}

