/*@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: url("../../../images/layout/header.png") repeat center right;
    line-height: 0;
		border-bottom: #667733 solid 1px;
		border-top: #667733 solid 1px;
  }

  #nav_main ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: right;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-right: 0.1875em;
    padding: 0;
  }

  #nav_main ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 0.8888em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong,
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
    display: block;
    font-weight: bold;
    margin: 0.2142em 0.2857em;
    padding: 0.2857em 0.7142em;
    text-decoration: none;
    width: auto;
  }
  

  #nav_main ul li a,
  #nav_main ul li strong,
  #nav_main ul li a.search:focus,
  #nav_main ul li a.search:hover,
  #nav_main ul li a.search:active {
	  border-top: 1px #bfc6aa solid;
	  border-left: 1px #bfc6aa solid;
    border-right: 1px #8c9966 solid;
	  border-bottom: 1px #8c9966 solid;
    background: #f7f7f7 url("../../../images/layout/header-menu-back.png") repeat-x center left;
    color: #FF7700;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active,
  #nav_main ul li a.search {
  	border-top: 1px #d9770d solid;
	  border-left: 1px #d9770d solid;
    border-right: 1px #b2771a solid;
	  border-bottom: 1px #b2771a solid;
    background: #f94 url("../../../images/layout/header-menu-back-on.png") repeat-x center left;
    color: #f7f7f7;
  }

}
