/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2011, 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.3.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
  .hlist {
    /* (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:right;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    line-height:0;
	padding: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
}

  .hlist ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:right; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
  }

  
  .hlist ul li {
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:18px;
    line-height:18px;
    list-style-type:none;
	font-weight:bold;
    margin:0;
    padding:0;
	width:auto;
    height:66px;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:#656565;
    display:block;
    font-weight:bold;
    margin:0;
    text-decoration:none;
    width:auto;	
	height:66px;
	padding: 40px 19px 0px 19px;
	text-align:center;
  }

	.hlist ul li a:focus,
	.hlist ul li a:hover,
	.hlist ul li a:active  { 
		text-decoration:none;
		outline: 0 none;
		height:66px;
	}

	.menu_item_passive {
		background: url("/images/menu_item_bg.png") no-repeat;
	}
	
	.menu_item_passive a:focus,
	.menu_item_passive a:hover,
	.menu_item_passive a:active  { 
		background:url("/images/menu_item_bg_hover.png");
		color: #858585;
	}

	.menu_item_active
	{ 
		background:url("/images/menu_item_bg_active.png");
		color: #000;
	}
	
		
  

    .hlist ul li strong a:focus,
	.hlist ul li strong a:hover,
	.hlist ul li strong a:active  { 
		background:url("/images/menu_item_bg_active_hover.png");
		text-decoration:none;
		outline: 0 none;
		height:66px;
		color: #858585;
	}

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; text-decoration:none; }
  

  .menu_primary_rolldown.active {
	display: block;
  }
  
  .menu_primary_rolldown_container {
	margin: 0px 0px 0px 135px ;	
	padding: 75px 0 0 0;
  }
  
  .menu_primary_rolldown {
	display: none;
	color: #fff;
	width: 740px;
	height: 90px;
  }
  .menu_primary_rolldown h1 {
	margin-top: 17px;
	font-size: 210%;
	color: #fff;
  }
  .menu_primary_rolldown h2 {
	font-size: 130%;
	color: #fff;
	font-weight: bold;
  }
  .menu_primary_rolldown h3 {
	font-size: 100%;
	line-height: 150%;
	color: #fff;
  }

  #menu_item_home {
	background: url("/images/1pixel.gif") no-repeat;
	width: 400px;	
  }
  
  
}
