
#sitemap table
{
  background-color: #111111;
}

#sitemap th
{
  display: none;
}

#sitemap tr.topLevel
{
  background: #333333 url(images/sitemap/tree_closed.gif) no-repeat top left;
  border-top: 1px solid black;
  color: #CCCCCC;
  margin: 0;
}

#sitemap td, #sitemap th
{
  padding: 0 10px;
}

#sitemap tr.topLevel td
{
  border-top: 1px solid black;
  height: 23px;
}

#sitemap td.hiddenFromUsers, #sitemap td.name 
{
  padding: 0 0 0 35px;
}


#sitemap td.hiddenFromUsers
{
  text-align: center;
}

#sitemap td p
{
  height: 20px;
  margin: 0;
  padding: 0 10px 0 20px;
  overflow: hidden;
  
}

#sitemap input
{
  margin: 0;
  padding: 0;
}

#sitemap img
{
  float: left;
  padding: 8px 10px 0 0;
  margin: 0;
}











#sitemap ul li p
{
  margin: 0 10px 0 0;
  padding: 0;
  overflow: hidden;
}

#sitemap ul
{
  list-style: none;
  margin: 0;
}

#sitemap ul li
{
  background: #333333 url(images/sitemap/tree_closed.gif) no-repeat top left;
  border-top: 1px solid black;
  color: #CCCCCC;
  line-height: 23px;
  margin: 0;
  padding: 0 0 0 35px;
  overflow: hidden;
  white-space: nowrap;
}

#sitemap ul ul li
{
  margin-left: -35px;
}

#sitemap ul ul ul
{
  margin-left: 0px;
}

#sitemap ul ul ul ul
{
  margin-left: 35px;
}

#sitemap ul ul ul li
{
  background: none;
  background-color: #111111;
  border: none;
  line-height: 23px;
}

#sitemap ul ul ul ul
{
  list-style-type: square;
}

#sitemap ul ul ul ul li
{
  background: transparent url(images/sitemap/listArrow.gif) no-repeat top left;
  margin-left: -30px;
  padding-left: 10px;
}

