DIV.sitemap UL {
	float: left;
	margin: 10px 0;
	padding: 0 2em 0 0;
}
DIV.sitemap UL A {
	font-weight: bold;
}
DIV.sitemap UL UL {
	float: none;
	margin: 0;
	padding: 1em 0 0 0;
}
DIV.sitemap UL UL A {
	font-weight: normal;
}
DIV.sitemap UL UL UL {
	margin: 0;
	padding: 0 0 0 1em;
}
DIV.sitemap LI {
	list-style-type: none;
}
/***** Site Map ****/

.sitemap a {color: #000000;}
.sitemap a:hover {color: #23527c;}

@media handheld, only screen and (max-width: 991px) and (min-width: 768px) {
	#SitemapUl2 {
    min-height: 337px;
}
	}