#sitemap
{
font-size:0.8em;color:black;
list-style-type: none;
text-decoration:none;
}


 ul#sitemap a:hover {
    color: white; background-color: #ccc;
  }
 ul#sitemap a {
    color: #555; background-color: gray;
  }

 
#sitemap ul
{
margin: 1em 0;
list-style-type: none;
background: url(dot.gif) repeat-y 3px 0;
padding: 0;
text-decoration:none;
}

ul#sitemap li
{
margin-bottom: .5em;
text-decoration:none;
}


ul#sitemap li a
{
background: url(bullet1.gif) no-repeat 0 .4em;
padding-left: 15px;
text-decoration:none;
}




ul#sitemap li a.open, ul#sitemap li li a.open, ul#sitemap li li li a.open, ul#sitemap li li li li a.open
{
background-image: url(bullet2.gif);
}

/* second level */
ul#sitemap ul
{
margin: .5em 0 0 0;
padding: 0;
list-style-type: none;
}

ul#sitemap li li
{
background: url(dot2.gif) no-repeat 2px .5em;
}

ul#sitemap li li a
{
padding: 0 0 0 30px;
background: url(bullet1.gif) no-repeat 20px .3em;
}

/* third level */
ul#sitemap ul ul
{
background: url(dot.gif) repeat-y 30px 0;
}

ul#sitemap li li li
{
background: url(dot2.gif) no-repeat 30px .5em;
}

ul#sitemap li li li a
{
padding: 0 0 0 60px;
background: url(bullet1.gif) no-repeat 50px .3em;
}

/* fourth level */
ul#sitemap ul ul ul
{
background: url(dot.gif) repeat-y 60px 0;
}

ul#sitemap li li li li
{
background: url(dot2.gif) no-repeat 60px .5em;
}

ul#sitemap li li li li a
{
padding: 0 0 0 90px;
background: url(bullet1.gif) no-repeat 80px .3em;
}