@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @version         $Id: nav_shinybuttons.css 715 2010-03-15 19:29:47Z hieblmedia $
 * @copyright       Copyright 2005-2010, Reinhard Hiebl
 * @license         CC-A 2.0/JYAML-C(all media,html,css,js,...) and GNU/GPL(php),
                    - see http://www.jyaml.de/en/license-conditions.html
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 715 $
 * @lastmodified    $Date: 2010-03-15 20:29:47 +0100 (Mo, 15 Mrz 2010) $
*/


/* 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: #efefef }
  #nav_main ul { margin-left: 40px }
  #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: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 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: #182E7A; color: #fff }

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

  #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: #4D87C7; font-weight: bold; cursor:default; }
}
