@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2010, 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.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{

#nav { overflow:hidden;
	padding: 2px 0;
	background-color: #eba02f;
	color: #670012;
	border-bottom: 1px solid #f6e9d3;
	border-top: 1px solid #f5ce98;
}

#nav ul { margin-left: 0;
	border-left: 1px solid #eba02f;
}

.hlist {
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
	color: #000;
    line-height: 0;
	font-size: 116.67%;
}
  .hlist ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
  }
  .hlist ul li {
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .hlist ul li a,
  .hlist #current {
    background-color: transparent;
    color: #000;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.8em;
    text-decoration: none;
    width: auto;
  }
  .hlist #current,
  .hlist ul li a.currentparent, .hlist ul li a:visited.currentparent { color: #670012;  background: #fff;
	padding: 18px 19px 15px;
	text-decoration: none;
	border-right: 1px solid #eba02f;
	font-weight: bold;
}
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active { background: #670012 none; color: #f5c074;
	text-decoration: underline;
}

  .hlist ul li a.currentparent:focus,
  .hlist ul li a.currentparent:hover,
  .hlist ul li a.currentparent:active { background: #f5c074 none; color: #670012;
	text-decoration: underline;
}
  .hlist ul li { line-height: 1.2em;
}

  .hlist ul li a, .hlist ul li a:visited,
.hlist ul li strong { 
	background: #9b151c; 
	color: #f5ce98;
	border-right: 1px solid #eba02f;
	padding: 18px 19px 15px;
	font-weight: bold;
}

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #670012 none; color: #fff;
	text-decoration: none; 
}

  .hlist ul li.active { background: #f8f8f8; }

  .hlist ul li.active strong,
  .hlist ul li.active a,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { color: #4D87C7; font-weight: bold; }
}
