div#sitewrap
{
	background-color: #dddddd;
	padding: 0.5em;    
}

ul#sitemap
{
    width: auto;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
	border-left: solid 1px #ffffff;
	background-color: #dddddd;
	padding: 0;
	margin: 0px;
	margin-left: 1em;
	margin-right: auto;
	margin-bottom: 0.1em;
	list-style-type: none;
}
ul#sitemap li
{
  font-size: 1em;
  border: none;
  padding: 0px;
  color: #000000;
}
ul#sitemap li.dirname span.category
{
  font-weight: bold;
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.2em;
  border-bottom: solid 1px #dddddd;    
}
ul#sitemap li.dirname a
{
  font-weight: bold;
  color: #006600;
  display: block;
  text-decoration: none;
  padding: 0.2em;
  border-bottom: solid 1px #dddddd;  
}
ul#sitemap li.dirname a:hover,
ul#sitemap li.dirname a:active
{
  background-color: #ddffdd;
  border-bottom: solid 1px #006600;  
  position: relative;
  border-left: solid 1em #006600;
  left: -1em;
  top: 0;
}
ul#sitemap li.pagename a,
ul#sitemap li.pagename a:link,
ul#sitemap li.pagename a:visited
{
  font-size: 0.8em;
  font-weight: normal;
  color: #000066;
  padding: 0.2em;
  margin: 0;
  border-bottom: solid 1px #ffffff;  
}
ul#sitemap li.pagename a:hover,
ul#sitemap li.pagename a:active
{
  font-weight: bold;
  background-color: #ffffdd;
  margin: 0;
  position: relative;
  border-left: solid 1em #FF0000;
  left: -1em;
  top: 0;
}
ul#sitemap ul
{
  margin-left: 1em;
  border: none;
  border-left: solid 1px #ffffff;
  padding: 0em;
  list-style-type: none;
}