DIV#sitemap {
   padding: 1em 1.5em;
   line-height: 16px;
   font-size: 10px;
   }

DIV#sitemap a:link, DIV#sitemap a:visited{   
   line-height: 20px;   
   color: #ba0000;
   font-size: 11px;
   font-weight: bold;
}

DIV#sitemap a:hover{

}

DIV#sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
DIV#sitemap LI {
   background: url(../pics/sm_extm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap LI.first {
   background: none;
   padding: 0px;
   margin: 0px;
   }
   
DIV#sitemap LI.last {
   background: url(../pics/sm_exlm.gif)
               no-repeat
               0% 0%;
   }
   
DIV#sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
DIV#sitemap UL {
#   background: url(../pics/sm_exim.gif)
               repeat-y
               0% 0%;
   }
DIV#sitemap UL.last {
   background-image: none;
   }