.sitemap_box
{
	width:270px;
}

.sitemap_box dl
{
	margin-bottom:1em;
}

.sitemap_box dt
{
	font-weight:bold;
	font-size:120%;
	margin-bottom:4px;
	border-bottom:1px solid #f9949d;

}
.sitemap_box dt a
{
	background:url(../../images/arrow.gif) no-repeat 6px center;
	color:#463f39;
	text-decoration:none;
	display:block;
	background-color:#ffc1c1;
	padding-left:20px;

}

.sitemap_box dt a:hover
{
	background-color:#ffeaea;
	color:#ff668c;
}

.sitemap_box dd
{
	padding-left:20px;
}

.sitemap_box dd a
{
	background:url(../../images/arrow.gif) no-repeat left center;
	padding-left:12px;
}
