/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : nav_vlist.css
**  Funktion    : Vertikale Navigationsliste "Sliding Doors"
**
*/

@media all
{
/* ######################################################################################################
** ### Vertikale Listennavigation #######################################################################
** ######################################################################################################
*/

#sitemap { 
  padding-left:2em;
  width: 80%;
  list-style-type: quadrat; 
}
	
#sitemap a {
  display:block;
  text-decoration: none;
}
	
	
#sitemap li a { 
  width: 80%;
  background-color:#fff; 
  color: #444; 
  border-bottom: 1px #eee solid;
}

#sitemap li a:hover {
  background-color: whitesmoke;
  color: black;
}
	
#sitemap li#active1 {
  color: black;
  background-color: lightgrey;
  border-bottom: 1px #eee solid;
}
	

}
