@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
  #nav_main {
	/* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
	width: 100%;
	margin:0; padding:0;
	height:40px;
	background: url(/store/templates/2ad/gfx/shop2_header_02.jpg);
  }

  #nav_main ul {
	list-style: none;
	margin:0; padding:0;
	white-space: nowrap;
	overflow:hidden;
  }
  #nav_main li {
	float: left;
	padding: 0;
	width:180px;	
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
  }
  
  #nav_main li a {  
	background: url(/store/templates/2ad/gfx/sliding_door/round/Glas180.png) no-repeat left top;
		width:180px;	
 }

  #nav_main a {
	color: #C1C1C1;
	display: block;
	text-align:center;
	font-weight: bold;
	font-size:14px;
	padding-top: 10px;
	text-decoration: none;
	text-transform: none;
	height:25px;
	/**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width: auto; /* only IE 5.x */
	width/**/:/**/ 0.1em; /* only IE 6.0 */
  }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  #nav_main > ul a { width: auto; }  /* for other browsers */
  
/*
  #nav_main ul li:focus,
  #nav_main ul li:hover,
  #nav_main ul li:active {
	background: url(/store/templates/2ad/gfx/sliding_door/round/Glas180.png) no-repeat left -35px;
	color:#D2ECFF;
}
*/

  #nav_main li:focus a,
  #nav_main li:hover a,
  #nav_main li:active a {
	background: url(/store/templates/2ad/gfx/sliding_door/round/Glas180.png) no-repeat left -35px;
	color:#D2ECFF;
}

  #nav_main a:focus,
  #nav_main a:hover,
  #nav_main a:active {
	background: url(/store/templates/2ad/gfx/sliding_door/round/Glas180.png) no-repeat left -35px;
	color:#D2ECFF;
}


  #nav_main li a.buttonactive{
	background: url(/store/templates/2ad/gfx/sliding_door/round/Glas180.png) no-repeat left -35px;
	color:#D2ECFF;	
  }
 
}