@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-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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{
  ul.li_nav {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
	line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
	/*width:100%;*/
	margin-bottom: -0.01em
  }


   ul.li_nav li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #e0ecf8 url("../../images/navigation/sliding_door/round/left.gif") no-repeat top left;
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 0 0 0 3px;
  }

  ul.li_nav a,
  ul.li_nav strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("../../images/navigation/sliding_door/round/right.gif") no-repeat top right;
    /*color: #667;*/
    display: block;
    font-weight: bold;
	font-size: 8.5pt;
    padding: 5px 6px 3px 4px;
    text-decoration: none;
    text-transform: none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     **/

  }

  
  /* (en) This image is mainly transparent */
  /* (de) Dieses Bild ist größtenteils transparent */
	

	 /*div.li_nav a img.icon { position:absolute; padding-left: -30px;}*/

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

  ul.li_nav li:focus,
  ul.li_nav li:hover,
  ul.li_nav li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #c4d0dc;
    background-position: 0 -150px;
	text-decoration:none;
  }

  ul.li_nav li:focus a,
  ul.li_nav li:hover a,
  ul.li_nav li:active a { background-position: 100% -150px; }

  ul.li_nav a:focus,
  ul.li_nav a:hover,
  ul.li_nav a:active { background-color: transparent; color: #1d3d77; text-decoration:none}

  ul.li_nav li.TabbedPanelsTabSelected {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: white url("../../images/navigation/sliding_door/round/left_on.gif") no-repeat top left;
    border: 0;
  }

  ul.li_nav li.TabbedPanelsTabSelected a,
  ul.li_nav li.current strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("../../images/navigation/sliding_door/round/right_on.gif") no-repeat top right;
    color: #1d3d77;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
  }
}
