@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" for Drupal
 *
 * (en) Modification of site_map style for the YAML for Drupal layout
 * (de) Modifikation des site_map Style für das YAML für Drupal Layout
 *
 * @copyright       Copyright 2006-2009, Alexander Hass
 * @license         http://www.yaml-fuer-drupal.de/en/terms-of-use
 * @link            http://www.yaml-for-drupal.com
 * @package         yaml-for-drupal
 * @version         6.x-3.1.0.12
 * @lastmodified    2009-06-07
 */

@media all
{

  .site-map .rss {
    padding: 0 0.1em;
  }

  .site-map ul.menu,
  .site-map ul.tree {
    margin: .15em 0;
  }

  .site-map ul.menu li,
  .site-map ul.tree li {
    padding: 0 0 .2em 1.5em;
    list-style-type: none;
    list-style-image: none;
    background: transparent url(../navigation/images/vlist/arrow/menu-leaf.gif) no-repeat 1px .35em;
  }

  .site-map ul.menu li.expanded,
  .site-map ul.tree li.expanded {
    background: transparent url(../navigation/images/vlist/arrow/menu-expanded.gif) no-repeat 1px .35em;
  }

  .site-map ul.menu li.collapsed,
  .site-map ul.tree li.collapsed {
    background: transparent url(../navigation/images/vlist/arrow/menu-collapsed.gif) no-repeat 0px .35em;
  }

}
