/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * 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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { 
padding:7px 0px; 
font-size:17px;
font-family:Georgia,"Times New Roman", Times, serif;
font-weight:normal;
 }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { 
position:relative; 
text-align:left;
 }
#nav li.over { z-index:999; }

#nav a,
#nav a:hover { 
display:block; 
line-height:1.3em; 
text-decoration:none;
 }
#nav ul li a:hover{
	color:#7e4343!important;
	
}
#nav ul li.over a {
	background: url(../images/layout/level1_hover.jpg);
	background-repeat: no-repeat;
	background-position: 80% 9px;
 	color:#7e4343;
 }
#nav ul li.over ul li a {
	background:none;
 	color:#8eb30c;
 }
#nav ul li.over ul li.over a,#nav ul li.over ul li.over a:hover {
 	color:#7e4343;
 } 
#nav span { 
display:block; 
cursor:pointer; 
white-space:nowrap;
 }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { 
	float:left;
	background:url(../images/layout/navi/navi_seperator.gif) no-repeat  100% -8px; 

 }
#nav li.active a { 
	color:#7e4343;
 }
 
#nav a { 
	float:left; 
	padding:5px 20px 11px 10px; 
	color:#c55d5d;
}
 
 /*
#nav li.over a,
#nav a:hover { 
	color:#7e4343;
 }
*/
/************ 1ST LEVEL ************/
#nav ul.level0{
	border:1px solid #e7e7c8;
}

#nav ul li,
#nav ul li.active { 
	float:none; 
	margin:0; 
	padding-bottom:1px; 
	background:#ffffde;

}

#nav ul li.last { 
	background:#ffffde; 
}



#nav ul  a{
	color:#8eb30c;
	border-bottom:1px dotted;
	padding:4px 5px 4px 5px;
	width:80%;
	position:relative;
	left:10px;
	
}



#nav ul a,
#nav ul a:hover { 
float:none; 
padding:4px 10px 4px 10px;

}
#nav ul li a { font-weight:normal !important; }

#nav ul li.last a { 

border-bottom:0px;

}

level0{
	
}

/************ 2ND LEVEL ************/


#nav ul { 
		background:#ffffde;
		position:absolute; 
		width:170px;
		top:34px; 
		left:-10000px; 
		border:0px;
		z-index:2;
}


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




#nav ul li  { 
	border-right:0px;
/*	color:#8eb30c;*/
	margin-left:0px;
}
#nav ul li a { 
	background:#ffffde;
/*	color:#8eb30c;*/
	font-size:13px;

 }
#nav ul li a:hover { 
	background:#ffffde;
 }
/*#nav ul li a,
#nav ul li a:hover {
	color:#7e4343;
 }*/
#nav ul span, #nav ul li.last li span { 
	padding:3px 15px 4px 0px;
}

li.level1.parent  a:hover{
	background: url(../images/layout/level1_hover.jpg)!important;
	background-repeat: no-repeat!important;
	background-position: 80% 9px!important;	
}

li.level1.parent li a:hover {
	background:none!important;
}
/************ 3RD+ LEVEL ************/
#nav ul ul { 
margin-top:10px;
	
	border:1px solid #e7e7c8;
	left:-20px;
	/*display:none;*/
 }

.nav-vieles-mehr{
	background:none!important;
}

