/*  **************************************************
    http://williamtasso.com
    sitemap.css - Create 20-Jul-2k3
    *********************************************** */
/*  shorthand
              box properties - clock-like: 12,3,6,9
              border - width style colour           */

    #sitemap .collapse {
      display:none;
      }
    #sitemap .expand {
      display:block;
      border-left:thin dashed black;
      margin-left:8px;
      }
    #sitemap .smdirectory {
      font-weight:bold;
      }
    #sitemap .smfile {
      font-weight:normal;
      }
    #sitemap {
      list-style-type:none;
      margin-left:0;
      padding-left:0;
      }
    #sitemap ul {
      position:relative;
      list-style-type:none;
      margin-left:8px;
      padding-left:0;
      }
    #sitemap li {
      list-style-image: none;
      }
    #sitemap a {
      text-decoration:none;
      }
    #sitemap a:hover {
      text-decoration:underline;
      }
    #sitemap img {
      border:0;
      }

    #sitemapkey {
    /*  float:right;  */
      border:thin dashed #f00;
      padding:0.25em 1em;
      margin:1ex 1em;
      }
    #sitemapkey p {
      margin-top:0;
      padding-top:0;
      font-weight:bold;
      }
    #sitemapkey ul {
      list-style-type: none;
      margin-left:0;
      padding-left:0;
      }
    #sitemapkey li {
      list-style-image: none;
      }

/*  sitemap.css - end */