@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 302 2008-03-09 17:41:45Z hieblmedia $
 * @copyright       Copyright 2005-2007, Reinhard Hiebl
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  JYAML-C (http://www.jyaml.de/en/license-conditions.html),
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 302 $
 * @lastmodified    $Date: 2008-03-09 18:41:45 +0100 (So, 09 Mrz 2008) $
*/


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

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

  #nav * { border: 0px none !important; }
  #nav_main { background: #364c98; background-image:url(../../../images/default/nav_bg.jpg); background-repeat:repeat-x; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0; }
  #nav_main ul { margin-top: 5px; margin-bottom: 0px; }
  #nav_main ul li { line-height: 1.2em; }
  
  #nav_main ul li a,
  #nav_main ul li strong { color: #6699ff; font-weight: bold; padding: 0.5em 0.8em 0.5em 0.3em; }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active	  { background: transparent; color: #fff; text-decoration: underline; }
  
  #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: #fff; font-weight: bold; cursor: pointer; text-decoration: none; }
}
