@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Vertical list navigation "vlist"
 * (de) Vertikale Navigationsliste "vlist"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
  #lm_level_1 {
    width: 100%;
    overflow: hidden;
    margin: 2.4em 0 1.5em 0;
    list-style-type: none;
    border-top: 2px #ddd solid;
    border-bottom: 2px #ddd solid;
  }

  #lm_level_1 ul { list-style-type: none; margin:0; padding: 0; }
  #lm_level_1 li { float:left; width: 100%; margin:0; padding: 0; }

  #lm_level_1 a,
  #lm_level_1 strong {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    text-decoration: none;
    background-color:#fff;
    color: #444;
    border-bottom: 1px #eee solid;
  }
  
  /* Menu Title */
  #lm_level_1 li#title {
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #444;
    background-color: #fff;
    border-bottom: 4px #888 solid;
  }

  #lm_level_1 li span {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
  }

  /* Level 1 */
  #lm_level_1 li#active,
  #lm_level_1 li strong {
    width: 90%;
    padding: 3px 0px 3px 1.5em;
    font-weight: bold;
    color: #fff;
    background-color:#aab;
    border-bottom: 1px #eee solid;
  }

  
  /* odsadenie menu */
  #lm_level_1 li { width: 90%; padding-left: 1.5em; background-color:#fff; color: #444; }
  #lm_level_1 li a:focus,
  #lm_level_1 li a:hover,
  #lm_level_1 li a:active { background-color:#f63; color: #fff; }

  /* Level 2 */
  #lm_level_1 li ul li,
  #lm_level_1 li ul li#active,
  #lm_level_1 li ul li strong,
  #lm_level_1 li ul li span { width: 80%; padding-left: 1.5em; }

  #lm_level_1 li ul li a { background-color:#f8f8f8; color: #666; }
  #lm_level_1 li ul li a:focus,
  #lm_level_1 li ul li a:hover,
  #lm_level_1 li ul li a:active { background-color:#f63; color: #fff; }

  /* Level 3 */
  #lm_level_1 li ul li ul li,
  #lm_level_1 li ul li ul li#active,
  #lm_level_1 li ul li ul li strong,
  #lm_level_1 li ul li ul li span { width: 70%; padding-left: 1.5em; }

  #lm_level_1 li ul li ul li a { background-color:#fcfcfc; color: #888; }
  #lm_level_1 li ul li ul li a:focus,
  #lm_level_1 li ul li ul li a:hover,
  #lm_level_1 li ul li ul li a:active { background-color:#f63; color: #fff; }

  /* Level 4 */
  #lm_level_1 li ul li ul li ul li,
  #lm_level_1 li ul li ul li ul li#active,
  #lm_level_1 li ul li ul li ul li strong,
  #lm_level_1 li ul li ul li ul li span { width: 60%; padding-left: 1.5em; }

  #lm_level_1 li ul li ul li ul li a { background-color:#ffffff; color: #aaa; }
  #lm_level_1 li ul li ul li ul li a:focus,
  #lm_level_1 li ul li ul li ul li a:hover,
  #lm_level_1 li ul li ul li ul li a:active { background-color:#f63; color: #fff; }

  #lm_level_1 .lm_endpage a,
  #lm_level_1 .lm_endpage #lm_youarehere {
    background: url(images/nav_vlist/page-icon.gif) center left no-repeat;
    padding-left: 18px;
	padding-right: 50px;
  }
  
  
  #lm_level_1 .lm_expanded a,
  #lm_level_1 .lm_expanded  #lm_youarehere,
  #lm_level_1 .lm_collapsed a,
  #lm_level_1 .lm_collapsed #lm_youarehere {
    background: url(images/nav_vlist/category-icon.gif) center left no-repeat;
    padding-left: 18px;
	padding-right: 50px;
  }
 
  #lm_level_2 .lm_endpage a,
  #lm_level_2 .lm_endpage  #lm_youarehere {
    background: url(images/nav_vlist/page-icon.gif) center left no-repeat;
    padding-left: 18px;
  }
  #lm_level_2 .lm_expanded a,
  #lm_level_2 .lm_expanded  #lm_youarehere,
  #lm_level_2 .lm_collapsed a
    #lm_level_2 .lm_collapsed  #lm_youarehere {
    background: url(images/nav_vlist/category-icon.gif) center left no-repeat;
    padding-left: 18px;
  }
}