#sitemap ul 
{
  font-family: arial; 
  
  font-size: 12px; 
  line-height: 20px;
  text-indent: 15px;
  padding-left:0px;
  margin-left: 0px;
  
  list-style: none;
  /*list-style-type: upper-roman;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	text-transform: uppercase;*/
}
#sitemap ul ul {padding-left: 20px}
#sitemap li {}
#sitemap a  { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #7C7376;
	text-decoration:none; }
#sitemap a:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #7C7376;
	text-decoration:none; }
#sitemap a:hover { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8FC20F;
	text-decoration:none; }

.SiteMapTopLevel 
{
  background: url(/creative/assets/icons/docicon.gif) no-repeat 0px 2px;
  font-size: 12px;
  padding-left:5px;
}
.SiteMapTopLevelFolder
{
  background: url(/creative/assets/icons/foldericon.gif) no-repeat 0px 2px;
  font-size: 12px;
  padding-left:5px;
}

.SiteMapSubLevel 
{
  background: url(/creative/assets/icons/docicon.gif) no-repeat 0px 2px;
  font-size: 12px;
  padding-left:5px;
}
.SiteMapSubLevelFolder 
{
  background: url(/creative/assets/icons/foldericon.gif) no-repeat 0px 2px;
  padding-left:5px;
}