@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 {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    font-family: Georgia, "Times New Roman", Times, serif; width: 990px; overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left; display:inline; line-height: 0;
 ;background-image: url(../../images/bg_navi.jpg); background-repeat: repeat-x; background-attachment: scroll; background-position: right top; letter-spacing: 2px; height: 35px; }
  
  #nav_main ul { float:left;
      /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display:inline; margin:0 0 0 450px; padding: 0; }
  
  #nav_main ul li { float: left;
      /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display:inline; margin: 0; padding: 0; font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1em; letter-spacing: 2px; list-style-type: none; }
  
  #nav_main ul li a,
  #nav_main ul li strong { display:block; width: auto; font-size: 1em; font-weight: normal; background: transparent; text-decoration: none; color: #6a6164; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: 2px; margin: 0; padding: 0.5em 0.8em; }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { color: #5b5146; font-family: Georgia, "Times New Roman", Times, serif; background-image: url(../../images/navi_on.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-decoration: none; letter-spacing: 2px; }
  
  #nav_main ul li#current {
    border-right: 1px solid #8b8b8b;
    background: #fbda4d repeat-x right top;
  }
  
  #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: #fff; font-family: Georgia, "Times New Roman", Times, serif; background: transparent; text-decoration: none; }

}
