@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 { 
  border-top: 1px #009661 solid !important; 
  border-bottom:1px #E5312A solid !important; 
  height:30px;
  background: url(../../../images/abv/background/balken_.gif) top left repeat-x; 
  }
  
  #nav_main ul { margin-left: 10px }
  #nav_main ul li {line-height:30px; border-right:1px solid #009661 !important}
  
  #nav_main ul li a,
  #nav_main ul li span.separator { 
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0 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: url(../../../images/abv/background/balken.gif) top left repeat-x;  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: #fff; 
  font-weight: bold; 
  cursor:default; 
  background: url(../../../images/abv/background/balken.gif) top left repeat-x;
 }
}