@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: navigation.vlist.css 856 2011-01-23 10:47:42Z hieblmedia $
 * 
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

/**
 * Optional: Import YAML stylesheet patch_nav_vlist.css as base
 * @import url(../../../libraries/jyaml/yaml/patches/patch_nav_vlist.css);
 */

@media all
{
  .vlist {
    width:100%;
    overflow:hidden;
    margin:0 0 1.5em 0;
    list-style-type:none;
  }

  .vlist ul {
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .vlist li {
    float:left; /* LTR */
    width:100%;
    margin:0;
    padding:0;
  }

  .vlist a,
  .vlist strong,
  .vlist span.separator {
    display:block;
    padding: 3px 0px 3px 10%;
    text-decoration:none;
    border-bottom:1px #d53a3c solid;
	font-weight: bold;
  }

  .vlist a,
  .vlist a:visited {
    color:#444;
  }

  .vlist-r a,
  .vlist-r strong,
  .vlist-r span.separator {
    display:block;
    padding: 3px 0px 3px 10%;
    text-decoration:none;
    border-top:1px #d53a3c solid;	
    border-bottom:1px #d53a3c solid;
	font-weight: bold;
  }

  .vlist-r a,
  .vlist-r a:visited {
    color:#444;
  }
  
  .vlist li span.subtitle {
    /* You can use .maintitle, .subtitle-1, .subtitle-2, .subtitle-3, etc. to adjust the maintitle or each subtitle line */
    display: block;
    font-size: smaller;
    font-weight: normal;
  }
  .vlist li span.subtitle-empty { display: none; }

  /*
   * Note: The class .active is set on all parents and current link
   *       Use "li.current" and "li.current .active_link" to only adjust the current link
   */

  /* active list element */
  .vlist li.active {
  }
  /* active link/span element */
  .vlist li.active .active_link {
    background-color:transparent !important; /* to ignore :visited on active links - IE6 need important */

    font-weight:bold;
  }

  /* Level 1 */
  .vlist li a,
  .vlist li strong,
  .vlist li span.separator { width:100%; padding-left:0px; } /* LTR */

  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { outline: 0 none; }

  /* Level 2 */
  .vlist li ul li a,
  .vlist li ul li strong,
  .vlist li ul li span.separator { width:80%; padding-left:20%; } /* LTR */

  .vlist li ul li a,
  .vlist li ul li a:visited { background-color:#f8f8f8; color:#333; }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { background-color:#a88; color:#fff; }

  /* Level 3 */
  .vlist li ul li ul li a,
  .vlist li ul li ul li strong,
  .vlist li ul li ul li span.separator { width:70%; padding-left:30%; } /* LTR */

  .vlist li ul li ul li a,
  .vlist li ul li ul li a:visited { background-color:#f0f0f0; color:#222; }
  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { background-color:#a88; color:#fff; }

  /* Level 4 */
  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li strong,
  .vlist li ul li ul li ul li span.separator { width:60%; padding-left:40%; } /* LTR */

  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li a:visited { background-color:#e8e8e8; color:#111; }
  .vlist li ul li ul li ul li a:focus,
  .vlist li ul li ul li ul li a:hover,
  .vlist li ul li ul li ul li a:active { background-color:#a88; color:#fff; }
}
