@charset "UTF-8";
/*  @import url(/../../../yaml/navigation/nav_sec_shinybuttons.css);  */
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{
  #nav_secondary {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #666 none repeat-x center right;
    line-height: 0;
	font-size:10pt;
	margin-top:5px;
  }

	#nav_secondary h2
	{
		padding-top:9px;
		padding-left:8px;
		float:left;
		color:#fff;
		font-weight:normal;
		font-size:1em;
		line-height:13px;
	}
  #nav_secondary ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left: 0px;
    padding: 0;
  }

  #nav_secondary ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
	background:url("../../../images/shiny_buttons/secondaryMenu_separator.png") no-repeat center right;
    margin: 0;
    padding: 0px 10px 0px 0px;
  }

	#nav_secondary .lastChild
	{
		background:none;
		padding-right:0;
	}
	
  #nav_secondary ul li a,
  #nav_secondary ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.7em 0.4em;
    text-decoration: none;
    width: auto;
  }

  #nav_secondary ul li a:focus,
  #nav_secondary ul li a:hover,
  #nav_secondary ul li a:active  {
    background: #525252;
    color: #fff;
    text-decoration: none;
  }

  #nav_secondary ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url("images/shiny_buttons/background_active.gif") repeat-x center right;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  #nav_secondary ul li#current strong,
  #nav_secondary ul li#current a,
  #nav_secondary ul li#current a:focus,
  #nav_secondary ul li#current a:hover,
  #nav_secondary ul li#current a:active {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }
}
