@charset "UTF-8";
/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: nav_shinybuttons.css 993 2011-06-26 08:13:02Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 *
 */


/* Import basic YAML stylesheet | Importiere Basis YAML Stylesheet */
@import url(../../../yaml/navigation/nav_shinybuttons.css);

@media screen, projection
{
  /**
   * (en) Modifying "shiny buttons" navigation
   * (de) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border: 0px none !important}
  #nav_main { background:  ;
              }
  #nav_main ul { margin-left: 10px }
  #nav_main ul li { line-height: 1.2em}

  #nav_main ul li a,
  #nav_main ul li span.separator {
    background: transparent;
    color: #666;
    display: block;
    font-size: 116%;
    font-weight: normal;
    margin: 0;
    padding: 1em 0.8em 1em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: f#ff; color: #D80043 }

  #nav_main ul li#current, #nav_main ul li.active { background: #fff }

  #nav_main ul li#current a, #nav_main ul li.active a,
  #nav_main ul li#current a:focus, #nav_main ul li.active a:focus,
  #nav_main ul li#current a:hover, #nav_main ul li.active a:hover,
  #nav_main ul li#current a:active, #nav_main ul li.active a:active { background:transparent; color: #000; cursor:default; }
}