@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
* "YAML for Joomla Template" - http://www.joomla-template-yaml.de
*
* (en) Horizontal list navigation "Shiny Buttons"
* (de) Horizontale Navigationsliste "Shiny Buttons"
*
* @copyright       Copyright 2005-2007, Dirk Jesse
* @license         CC-A-NC 2.0 (http://creativecommons.org/licenses/by-nc-sa/2.0/de/),
*                  YAML-C (http://www.yaml.de/en/licence.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0
* @revision        $Revision: 63 $
* @lastmodified    $Date: 2007-06-25 15:47:28 +0200 (Mo, 25 Jun 2007) $
*/

@media all
{
  #nav_main  { line-height: 0; background-color: #040404; display: inline; width: 100%; float: left; overflow: hidden }
  
  #nav_main ul   { text-transform: uppercase; letter-spacing: 0.2em; display: inline; margin: 0 0 0 10px; padding: 0; float: left; border-right: 1px solid #333; border-left: 1px solid #666 }
  
  #nav_main ul li   { font-size: 1em; line-height: 1em; list-style-type: none; display: inline; margin: 0; padding: 0; float: left; border-right: 1px solid #333; border-left: 1px solid #666 }
  
  #nav_main ul li a,
  #nav_main ul li strong {
    display:block;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active    { color: #f90; text-decoration: none; background-color: #333 }
  
  #nav_main ul li#current     { background-color: #000; border-right: 1px solid #333; border-left: 1px solid #666 }
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active   { color: #f90; text-decoration: none }

}