#sitemap {
	line-height: 1.5;
}

#sitemap ul {
	margin-left: 20px;
	list-style-image: url('../images/dot_blue.gif');
}

#sitemap ul ul {
	margin-left: 20px;
	list-style-image: url('../images/dot_red.gif');
}

#sitemap ul ul ul {
	margin-left: 20px;
	list-style-image: url('../images/dot_blue.gif');
}

#sitemap ul li {
	margin: 5px 0px;
}

#sitemap ul a:link,
#sitemap ul a:active,
#sitemap ul a:visited {
	color: #505052;
}

#sitemap ul a:hover {
	color: #243185;
}

#sitemap ul ul a:hover {
	color: #B61933;
}

body {
	font: Verdana, Arial, Helvetica, sans-serif;
}
div.footersitemap {
	width: 960px;
	float: left;
	font-size: 80%;
	padding-bottom: 25px;
}

.footersitemap a {
	color: #3F3F3F;
}

.footersitemap li a {
	padding-bottom: 5px;
	display: block;
}

.footersitemap li li a {
	color: #9B9B9B !important;
	padding-bottom: 0px;
}

.footersitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footersitemap ul li {
	width: 170px;
	margin-right: 20px;
	float: left;
	font-weight: bold;
	padding-bottom: 15px;
}

* html .footersitemap ul li {
	margin-right: 10px;
}

.footersitemap ul ul li {
	width: 100%;
	float: none;
	font-weight: normal;
	padding-bottom: 0;
	margin-right: 0;
}

.sitemapclear {
	clear: both;
	float: left;
}