/* @group site_map */

#site_map {
	margin-top: 20px;
}

#site_map li {
	list-style-image: none;
	list-style-type: none;
	line-height: 13px;
	font-weight: normal;
	margin-bottom: 15px;
}

#site_map li li {
	margin-bottom: 0;
}

#site_map li.top_links {
	font-size: 14px;
	font-weight: bold;
}

#site_map li.top_links a {
	color: #4E4B37;
}

#site_map li.top_links li a {
	color: #666666;
}

#site_map a {
	text-decoration: none;
}

#site_map a:hover {
	text-decoration: underline;
}

/* @end */

