@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 * { border: 0px none; }
  #nav {  }
  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
	
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
  	border:0px none;
	/* background: #fff url(../../../images/default/header_shade.png) top left repeat-x; */
	background:none;
	background:#efefef;
  }

  #nav_main ul {			
	padding:0;
	border:none;
	margin:0 5px;
	margin-left:22%;
  }
 
  #nav_main ul li { line-height: 1.8em; padding:0 5px; margin:0; border: 0px none; font-size:1.2em; }
  #nav_main ul li.first_item { border: 0px none; }
  
  #nav_main ul li a,
  #nav_main ul li strong { 
		color: #702805; font-weight: bold; padding: 0.4em 0.7em .3em .7em; 
		border-width:0;
		background:none;
	}
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
		color: #c6bdad;
		border-color:#702805;
		background:none;
	}
  
  #nav_main ul li#current, #nav_main ul li.active { background: transparent; border: 0px none;  }
  
	#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: #c6bdad;
		font-weight: bold; 
		cursor:default; 
		border-color:#702805;
		background:none;
	}

}