ul#site_map {
	margin: 0 0 10px 30px;
	padding: 0 0 0 0px;
	color: #3769ad;
}
ul#site_map li {
	margin: 5px 0 0 0px;
	padding: 0 0 0 0px;
	line-height: 100%;
}

ul#site_map li {
	list-style-image: url(../images/double_arrow.gif);
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
}

ul#site_map li.folder {
	list-style-image: none;
	list-style-type: disc;
	font-weight: bold;
	font-style: normal;
}

ul#site_map li a {
	color: #3769ad;
	text-decoration: none;
}

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

ul#site_map ul li {
	list-style-image: none;
	list-style-type: circle;
	font-style: normal;
	font-weight: normal;
}
