@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Vertical list navigation "vlist"
 * (de) Vertikale Navigationsliste "vlist"
 *
 * @copyright       Copyright 2005-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{
  #submenu {
	width: 190px;
	overflow: hidden;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
  }

  #submenu ul { list-style-type: none; margin:0; padding: 0; }
  #submenu li {
	float:left;
	width: 100%;
	margin:0;
	padding: 0;
	color: #999999;
    font-weight: normal;

}
  #submenu li span a{
	display:block;
	text-decoration: none;
	background-color:#fff;
	color: #000000;
    font-weight: normal;
	border-top-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: rgb(244, 162, 54);
	padding-left: 10px;
}
  #submenu a,
  #submenu strong {
	display:block;
	text-decoration: none;
	background-color:#fff;
	color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
  }

  #submenu li #current {
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: rgb(244, 162, 54);
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 190px;
	float: left;
	padding-top: 0px;
	font-size: 12px;
  }

  /* Level 1 */
  #submenu li#active,
  #submenu li strong {
	color: #000000;
	font-weight: bold;
  }

  #submenu li a {
	color: #999999;
    font-weight: normal;
	padding-left: 5px;
}
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active {
	color: #006976;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: rgb(244, 162, 54);
	padding-left: 10px;
}

  /* Level 2 */
  #submenu ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
  #submenu ul li a,
  #submenu ul li#active,
  #submenu ul li strong,
  #submenu ul li span {
	padding-left: 19px;
	font-size: 11px;
}
#submenu ul li span{
	margin: 0px;
	padding: 0px;
}
#submenu ul li span a{
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
  #submenu ul li a {
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
  #submenu ul li a:focus,
  #submenu ul li a:hover,
  #submenu ul li a:active {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	padding-left: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

  /* Level 3 */
  #submenu ul ul li a {
	padding-left: 28px;
	list-style-position: inside;
	list-style-type: square;
	display: list-item;
  }
  #submenu ul ul li a:focus,
  #submenu ul ul li a:hover,
  #submenu ul ul li a:active {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	padding-left: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
 
}