/* body {
font-family: Arial,sans-serif;
}*/
#sitemap a {
text-decoration: none;
text-transform: capitalize;
color: #0000FF;
}
#sitemap a:hover {
text-decoration: underline;
}
#sitemap ul ul {
margin-left: 0px;
padding: .5em 0 1.5em 10px;
font-size: 10px;
}
#sitemap li {
margin-left: 10px;
list-style: none;
padding-left: 10px;
list-style-type: circle;
/*background: transparent url(cssimages/level1.png) 0 .15em no-repeat;*/
}
#sitemap li li {
list-style-type: disc;
/*background: transparent url(cssimages/level2.png) 0 .15em no-repeat; */
font-weight: normal;
font-size: 10px;
}
#sitemap li li li {
list-style-type: square;
/*background: transparent url(cssimages/level3.png) 0 .15em no-repeat;*/
font-size: 10px;
}
#sitemap li a {
/*font-weight: bold;*/
}*/
#sitemap li li a {
font-size: 10px;
font-weight: normal;
}
#home {
font-size: 12px;
font-weight: bold;
padding: 0 0 .5em 10px;
margin: 0;
/*background: transparent url(cssimages/home.png) 0 .15em no-repeat;*/
}

