/*******************************************************************************
 *
 * - $Id: sitemap.css 6921 2010-01-07 08:08:08Z xvwiggen $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/
#sitemap {
}
.sitemap-row {
  /* zet geen width hierin, deze wordt berekend */  
}
.sitemap-separator {
  border-bottom: 1px solid silver;
  clear: both;
  height:12px;
  margin-bottom:10px;
}
/* sitemap-col-singleton geldt indien menu item geen kinderen heeft */
.sitemap-col, .sitemap-col-singleton {
  float: left;
}

.sitemap-col ul, .sitemap-col-singleton ul {
  margin: 0;
  padding: 0;
  
}
.sitemap-col li {
  list-style: none;
  background-image: url(/images/arrow_down.gif);
  background-repeat: no-repeat;   
}
.sitemap-col-singleton li {
  list-style: none;
}

.sitemap-col a, .sitemap-col-singleton a {
  font-size: 14px;
  color: gray;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;  
}

.sitemap-col a:hover, .sitemap-col-singleton a:hover {
 /*color: red; */
}

.sitemap-level-0 li {
  background-image: url(/images/arrow_right.gif);
  background-repeat: no-repeat; 
  background-position: 3px top;  
}
.sitemap-level-1 a {
  font-size: 12px;
  font-weight: normal;  
  color: #333;  
  margin-left: 20px;
}
.sitemap-level-2 a {
  font-size: 12px;
  font-weight: normal;  
  color: #444;  
  margin-left: 30px;
}  