/* sitemap */

#sitemap {
   line-height: 20px;
   }

#sitemap li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
#sitemap li {
   background: url(../images/extm.gif)
               no-repeat
               0% 0%;
   }
#sitemap li.last {
   background: url(../images/exlm.gif)
               no-repeat
               0% 0%;
   }

#sitemap a.file {
   background: url(../../graphics/exfilebw.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
#sitemap a.file:hover {
   background: url(../images/exfilecolor.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
#sitemap a.folder {
   background: url(../../graphics/exfolderbw.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
   }
#sitemap a.folder:hover {
   background: url(../../graphics/exfoldercolor.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
   }

#sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
#sitemap ul {
   background: url(../images/exim.gif)
               repeat-y
               0% 0%;
   }
#sitemap ul.last {
   background-image: none;
   }

