@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
  .hlist {
    float: left;
    width: 100%;
		padding-top:21px;
  }

  .hlist ul {
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px; /* LTR */
    white-space: nowrap;
  }

  .hlist li {
  list-style-type: none !important;
	background: transparent url(../i/rb_nav_top.gif) no-repeat left 0px;
	border: none;
	float: left; /* LTR */
	margin: 0 3px 0 0;
	padding: 0;
  }

  .hlist a,
  .hlist strong {
	display: block;
	margin-left:7px;
	padding: 7px 13px 4px 5px;
  background: transparent url(../i/rb_nav_top.gif) no-repeat right -30px;
	border:none;
	color: #c6b6a1;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	text-transform: uppercase;
	/**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
  width: auto; /* only IE 5.x */
	width/**/:/**/ .1em; /* only IE 6.0 */
  }

  .hlist a:link,
  .hlist a:visited { background-color: transparent; color: #c6b6a1; border:none; }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  .hlist > ul a,
  .hlist > ul strong { width: auto; }  /* for other browsers */

  .hlist ul li:focus,
  .hlist ul li:hover,
  .hlist ul li:active {
    background-color: transparent;
    background-position: 0 -60px;
		border:none;
  }

  .hlist li:focus a,
  .hlist li:hover a,
  .hlist li:active a { background-position: right -90px; }

  .hlist a:focus,
  .hlist a:hover,
  .hlist a:active { background-color: transparent; color: #c6b6a1; }

  .hlist li.active,
  .hlist ul li.active:focus,
  .hlist ul li.active:hover,
  .hlist ul li.active:active {
    background: transparent url(../i/rb_nav_top.gif) no-repeat left -120px;
    border: none;
  }

  .hlist li.active strong, .hlist li.active a {
    background: transparent url(../i/rb_nav_top.gif) no-repeat right -150px;
    color: #fff;
    font-weight: bold;
  }

}
