.sitemap a {
text-decoration: none;
text-transform: capitalize;
color: #659c16;
}
.sitemap a:hover {
text-decoration: underline;
color: #404040;
}
.sitemap ul ul {
margin-left: 0px;
padding: .5em 0 1em 0;
}
.sitemap li {
clear: left;
margin-left: 10px;
list-style: none;
padding-left: 20px;
background: transparent url('../image-files/level1.png') 0 .15em no-repeat;
 
}
.sitemap li li {
margin: 0 0 1em;
float: left;
background: transparent url('../image-files/level2.png') 0 .15em no-repeat;
}

.sitemap li li li{
margin: 0 0 .5em;
float: left;
background: transparent url('../image-files/level3.png') 0 .15em no-repeat;
}


.sitemap li li ul {
display: block;

}
.sitemap li a {
font-weight: bold;
}
.sitemap li li a {
font-weight: normal;
}
.sitemap #home {
font-size: 24px;
font-weight: bold;
padding: 0 0 .5em 24px;
margin: 0;
background: transparent url('../image-files/home.png') 0 .15em no-repeat;
}
