ul#sitemap
 {	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
	width: 100%;
}
ul#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#sitemap li {
	clear: both;
	border-bottom: 1px solid #fff;
}
ul#sitemap li a {
	display: block;
        background-color: rgb(156,186,214);
        color: rgb(255,255,255); 
        font-weight: bold;
        font-size: 110%;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
}
ul#sitemap a:hover {
        color: rgb(255,255,255); 
        background-color: rgb(156,186,214);
}

ul#sitemap li li {
	width: 100%;
	float: left;
	clear: both;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
        background-color: rgb(255,255,255);
}
ul#sitemap li li a {	display: block;
        background-color: rgb(219,230,241);
	padding: 3px 3px 3px 17px;
	text-decoration: none;
        margin-top: 0px;
        border: 0px;
        border-left: solid 7px rgb(219,230,241);
        color: rgb(75,75,75);
        font-size: 100%;
        font-weight: bold;
}
ul#sitemap li li a:hover {
        color: rgb(255,255,255); 
        background-color: rgb(219,230,241);
        border-left: solid 7px rgb(156,186,214);
        color: rgb(75,75,75);
}
ul#sitemap li li li {
	width: 100%;
	float: left;
	clear: none;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
        background-color: rgb(156,186,214);
	border-bottom: 1px solid #fff;
}
ul#sitemap li li li a {	display: block;
        background-color: rgb(219,230,241);
	padding: 3px 3px 3px 30px;
	text-decoration: none;
	margin-top: 0px;
        border: 0px;
        border-left: solid 7px rgb(219,230,241);
        color: rgb(75,75,75);
        font-size: 100%;
}
ul#sitemap li li li a:hover {
        color: rgb(255,255,255); 
        background-color: rgb(219,230,241);
        border-left: solid 7px rgb(156,186,214);
        color: rgb(75,75,75);
}
ul#sitemap li li li li a {
	display: block;
	background-color: #CCCCCC;
	padding: 3px 3px 3px 57px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
