@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;  background: transparent; }
  #nav_main 
  { 
  background: transparent;  
  border-right: 5px;
  font-size: 14px;
  font-weight: bold;  
  position: absolute;  
  top: -5px;
  left: -130px;
  border-bottom: none; 
  border-top: none;
        padding: 0 0 15px 0;
                }
  
  #nav_main ul { margin-left: 5px; border-left: none;}
  #nav_main ul li { background: transparent;
    color: #66bf74;
    margin: 0;
    text-decoration: none;
	 border-left: none;
	 border-right: 1px solid #66bf74;
    width: auto;
	 margin-top: 5px;
	line-height: 0.2em;
}
  
  #nav_main ul li a,
  #nav_main ul li span.separator { 
    background: transparent;
    color: #85b68d;
    display: block;
    font-size: 95%;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    width: auto;
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { text-decoration: underline; 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: #009619; font-weight: bold; cursor:default; }
  #nav_main ul li#current a:hover, #nav_main ul li.active a:hover {
  	text-decoration: underline;
  }
}