
/**
 * Qurius
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Creative Commons License (CC-BY-NC 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://creativecommons.org/licenses/by-nc/3.0/
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category   design_askeo
 * @package    Mage
 * @copyright  Copyright (c) 2008 Qurius Solutions GmbH (http://www.qurius.de)
 * @license    http://creativecommons.org/licenses/by-nc/3.0/  Creative Commons Attribution-Noncommercial 3.0 Unported License (CC-BY-NC 3.0)
 */      

/* ++ qurius.de.bs.lno */
/* Göllner Original*/
/*
#navigation {
  width: 235px;
  margin: 216px 55px 0 0;
  float: right;
}
*/
#navigation {
  width: 235px;
  margin: 0px 55px 0 0;
  float: left;
}

* html #navigation  {
  float: none;
}

#navigation li a {
  display: block;
  padding: 2px 5px 2px 5px;
  margin: 0;
  
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  
  background-color: #e8f2c4;
}
* html #navigation li a {
  font-size: 1.3em;
}

#navigation li a:hover, #navigation li.current a {
  background-color: #4b734f;
  color: #ffffff;
  text-decoration: none;
}  
#navigation li.current li a {
  text-transform: none;
  font-weight: normal;
  background-color: transparent;
  color: #4b734f;
}
#navigation li.current li a:hover {
  background-color: #e8f2c4;
  color: #4b734f;
}
#navigation li.current li.current a {
  font-weight: bold;
}

#navigation li {
  width: 235px;
  margin: 0 0 2px 0;
}

/* -- qurius.de.bs.lno */





#nav { padding:0 20px; font-size:1.1em; z-index:999; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
/* ++ qurius.de.bs.lno */
/*
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#A7C6DD; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#d96708; }
#0A263C;

2. Version
#nav a { float:left; padding:5px 12px 6px 8px; color:#A7C6DD; font-weight:bold; }
#nav li.active a { color: #e8f2c4; }
*/
#nav li { float:left; }
#nav li.active a { 
  color:#4b734f; 
  background-color: #e8f2c4;
}
#nav a { float:left; padding:5px 12px 6px 8px; color:#0A263C;; font-weight:bold; }
#nav li.over a, #nav a:hover { 
  color:#4b734f; 
  background-color: #e8f2c4;
}
/* -- qurius.de.bs.lno */


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;	
	}
#nav ul li.over {background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%;}
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }
	
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:25px;
	left:-10000px;
  border:1px solid #899ba5;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }


#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}


/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }