@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 423 2008-07-01 11:44:05Z hieblmedia $

 * @copyright       Copyright 2005-2008, 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: 423 $

 * @lastmodified    $Date: 2008-07-01 13:44:05 +0200 (Di, 01. Jul 2008) $

*/





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

}