@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-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
{
  .hlist {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("images/sliding_door/round/bg.gif") repeat-x bottom;
    float:left;
    width:100%;
  }

  .hlist ul {
    margin:0;
    padding:0;
    line-height:1em;
    list-style:none;
    white-space:nowrap;
  }

  .hlist li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    list-style-type:none !important;
    background:transparent url("images/sliding_door/round/left.png") no-repeat top left;
    border-bottom:1px solid #000;
    float:left; /* LTR */
    margin:0;
    padding:0 0 0 3px;
  }

  .hlist li a,
  .hlist strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("images/sliding_door/round/right.png") no-repeat top right;
    color:#fff;
    display:block;
    font-weight:normal;
    padding:5px 11px 3px 8px;
    text-decoration:none;
    text-transform:none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width:auto; /* only IE 5.x */
  }
  * html .hlist li a,
  * html .hlist strong {
    width/**/:/**/ .1em; /* only IE 6.0 */
  
  
  }
  
  
  .hlist li a:link,
  .hlist li a:visited { background-color:transparent; color:#fff; }

  /**
   * @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 {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color:transparent;
    background-position:0 -47px !important;
  }

  .hlist ul li:focus a,
  .hlist ul li:hover a,
  .hlist ul li:active a,
  
  .hlist ul li:focus span,
  .hlist ul li:hover span,
  .hlist ul li:active span
  
   { background-position:100% -47px !important; }
   
   
  .hlist ul li:hover.actual
  
   {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color:transparent;
    background-position:left top  !important;
  }
  
  .hlist ul li:hover.actual span {
    background-color:transparent;
    background-position:right top  !important;
  }
   

  .hlist li a:focus,
  .hlist li a:hover,
  .hlist li a:active {
    background:transparent url("images/sliding_door/round/right.png") no-repeat top right;
   
    color:#fff;
    outline: 0 none;
    text-decoration:none;
  }

  .hlist ul li.act,
  .hlist ul li.last_act,
  .hlist ul li.first_act,
  
  .hlist ul li.act:focus,
  .hlist ul li.act:hover,
  .hlist ul li.act:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:transparent url("images/sliding_door/round/left_on.png") no-repeat;
    border:0 none;
  }

  .hlist li.act strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("images/sliding_door/round/right_on.png") no-repeat top right;
    color:#334;
    font-weight:bold;
    padding-bottom:4px;
    padding-top:5px;
  }

	/* My MOD */
	.hlist span {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    /*background: url("images/sliding_door/round/right.png") no-repeat top right;
    background-color:rgb(0,255,0);
    color:#667;
    display:block;
    font-weight:normal;
    padding:5px 11px 3px 8px;
    text-decoration:none;
    text-transform:none;
	*/
    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width:auto; /* only IE 5.x */
   
  }
  
    .hlist li.act span,
    .hlist li.last_act span,
    .hlist li.first_act span,
    .hlist li.first_last_act span,
    
    .hlist li.act a,
    .hlist li.last_act a,
    .hlist li.first_act a,
    .hlist li.first_last_act a
    /*
    .hlist li:hover.act a,
    .hlist li:active.act a,
    .hlist li:focus.act a,
    
    .hlist li:hover.last_act a,
    .hlist li:hover.first_act a,
    .hlist li:hover.first_last_act a */
    
    
     {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("images/sliding_door/round/right_on.png") no-repeat top right;
    color:rgb(152,50,0);
    font-weight:bold;
   
    padding:5px 11px 4px 8px;
    display:block;
  }
	

  
	
}
