.sitemap_header {
	text-align: left;
	width: 550px;
	height: 25px;
	margin: 0px auto 5px auto;
	background-color: #efefef;
}
.sitemap_header a:link, .sitemap_header a:visited {
	color: #3194f8;
	text-decoration: none;
}
.sitemap_header a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.sitemap_header h2 {
	display: block;
	margin: 0;
	padding: 4px 0 0 25px;
	font-size: 1.2em;
	background: url("../images/header_list_icon.gif") no-repeat;
	background-position: 5px 5px;
}
.sitemap_list {
	display: block;
	clear: both;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: 0.1em;
	width: 550px;
}
.sitemap_list a:link, .sitemap_list a:visited {
	color: #3194f8;
	text-decoration: none;
}
.sitemap_list a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.sitemap_list ul {
	list-style-image: url("../images/small_list_icon.gif");
	position: relative;
	left: 0px;
	margin-bottom: 15px;
}
.sitemap_list ul li {
	margin-bottom: 5px;
}
.sitemap_sub_list {
	position: relative;
	left: -25px;
}
.sitemap_sub_list ul {
	list-style-image: url("../images/small_list_icon.gif");
	position: relative;
	left: 0px
	bottom: 5px;
	margin-top: 10px;
}
.sitemap_sub_list ul li {
	margin-bottom: 5px;
}
