table.sitemap {
     border-spacing: 4px;
}
table.sitemap th a:link, table.sitemap th a:visited {
     text-decoration:none;
     color:#ffffff;
}
     
table.sitemap th {
     color:#ffffff;
     background-color:#006696;
     background-repeat:repeat-xy;
     border:1px solid #003333;
     padding:3px;
     whitespace:nowrap;
}

table.sitemap td {
     font-size:small;
     line-height:150%;	
     background-color:#ffffff;
     padding:2px 1em 2px 1em;
     border-left:1px solid #333333;
     border-right:1px solid #333333;
     border-bottom:1px solid #333333;
}

table.sitemap ul li {
  margin-left:-15px;
}

