#sitebg {
	background:url(img/bg_stripes_small.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

DIV#downloads {
   padding: 1em 1.5em;
   line-height: 20px;
   font-size: 15px;
   }

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

DIV#downloads A.file {
   background: url(img/sitemap/exfilebw.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
DIV#downloads A.file:hover {
   background: url(img/sitemap/exfilecolor.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
DIV#downloads A.folder {
   background: url(img/sitemap/exfolderbw.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
   }
DIV#downloads A.folder:hover {
   background: url(img/sitemap/exfoldercolor.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
   }
DIV#downloads A.pdf {
   background: url(img/sitemap/exfilebw_pdf.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
DIV#downloads A.pdf:hover {
   background: url(img/sitemap/exfilecolor_pdf.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
DIV#downloads A.zip {
   background: url(img/sitemap/exfilebw_zip.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }
DIV#downloads A.zip:hover {
   background: url(img/sitemap/exfilecolor_zip.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   }

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