/**
 * 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:0; font-size:1.1em; position:relative; z-index:1; margin:120px 0 0 ; }
#nav .sub { float:right; padding:3px 0 0 0; }
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; width:100%; border-bottom:1px solid #dedede; }
#nav li.over {  }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav .navihead { font-weight:bold; margin:-10px 0 10px -10px; font-size:16px; }
#nav li ul span { display:block; cursor:pointer; }

/************ 0 LEVEL  ***************/
#nav li {  }
#nav li.active a { background: transparent url(../images/nav.png) no-repeat scroll 0 0; color:#fff; font-weight:bold;  }
#nav a { padding:16px 13px 16px 28px; margin:-3px 0 0; position:relative; left:-35px; color:#333; width:190px;  }
#nav li.over a,
#nav a:hover {background: transparent url(../images/nav.png) no-repeat scroll -232px 0; color:#fff;  }

/************ 1ST LEVEL ************/
#nav ul { }
#nav ul li,
#nav ul li.active { }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {  }
#nav ul a,
#nav ul a:hover { }
#nav ul li a {  }

#nav .level1 { background:url(../images/column_bg.gif) no-repeat!important; }
/************ BAGS ************/


#nav #holder1 {
	z-index:99999;
	padding:5px;
	width:350px;
	background:#fff;
	position:absolute;
	top:34px;
	display:none;
	left:0;
	border:1px solid #aaa;
	-moz-border-radius:5px;
}
#nav #holder1 li { 
	background:url(../images/bullet_1.gif) no-repeat 6px 11px;
	border:none;
	color:#333;
	margin:0 20px 0 0;
}
#nav #holder1 ul li a { 
	background:none;
	border:none;
	color:#333!important;
}
/************ FOLIEN ************/
#nav #holder2 {
	z-index:99999;
	padding:5px;
	width:360px;
	background:#fff;
	display:none;
	position:absolute;
	top:34px;
	left:0;
	border:1px solid #aaa;
	-moz-border-radius:5px;
}
#nav #holder2 ul li { 
	background:url(../images/bullet_1.gif) no-repeat 6px 11px;
	color:#333;
	margin:0 10px 0 0;
	width:150px;
}
#nav #holder2 ul li a { 
	background:none;
	padding:0;
	border:none;
	color:#333!important;
}
#nav #holder2 ul li a span { 
	padding:4px 0px 6px 5px !important;
}

/************ GERÄTE ************/
#nav #holder3 {
	z-index:99999;
	padding:5px;
	width:400px;
	background:#fff;
	display:none;
	position:absolute;
	top:34px;
	left:-50px;
	border:1px solid #aaa;
	-moz-border-radius:5px;
}
#nav #holder3 ul li { 
	background:url(../images/bullet_1.gif) no-repeat 6px 11px;
	border:none;
	color:#333;
	margin:0 20px 0 0;
}
#nav #holder3 ul li a { 
	background:none;
	border:none;
	color:#333!important;
}
/************ SCHUTZ ************/
#nav #holder4 {
	z-index:99999;
	padding:5px;
	width:540px;
	background:#fff;
	display:none;
	position:absolute;
	top:34px;
	left:-200px;
	border:1px solid #aaa;
	-moz-border-radius:5px;
}
#nav #holder4 ul li { 
	background:url(../images/bullet_1.gif) no-repeat 6px 11px;
	color:#333;
	margin:0 20px 0 0;
	width:150px;
}
#nav #holder4 ul li a { 
	background:none;
	border:none;
	color:#333!important;
}
/************ ZUBEHÖR ************/
#nav #holder5 {
	z-index:99999;
	padding:5px;
	width:320px;
	background:#fff;
	display:none;
	position:absolute;
	top:34px;
	left:-70px;
	border:1px solid #aaa;
	-moz-border-radius:5px;
	text-align:right;
}
#nav #holder5 ul li { 
	background:url(../images/bullet_1.gif) no-repeat 6px 11px;
	border:none;
	color:#333;
}
#nav #holder5 ul li a { 
	background:none;
	border:none;
	color:#333!important;
}
/************ 2ND LEVEL ************/
#nav ul {  }
.level0 {
	float:left;
}
ul.level0 {
	display:none;
	}
.level1 span { width:110px; margin:0 0 0 10px; }
.level1 a {
	font-size:11px!important;
	padding:5px 0 0 !important;
}
.level1 a:hover {
	font-weight:bold;
	background:transparent url(../images/bullet_1.gif) no-repeat 6px 12px !important;
}
.level2 {
clear:both;
}
.level2 span {
font-size:11px;
line-height:120%!important;
border-bottom:1px solid #ccc;
width:100px;
font-weight:normal;
}

.level2 a {
padding:5px 0 0!important;
}
.level2 a:hover {
font-weight:bold;
background:transparent url(../images/bullet_1.gif) no-repeat 6px 12px !important;
}
/* Show menu */
#nav li.over > ul {  }
#nav li.over > ul li.over > ul {  }
#nav li.over ul ul {  }

#nav ul li a { }
#nav ul li a:hover {  }
#nav ul li a,
#nav ul li a:hover { }
#nav ul span, #nav ul li.last li span { padding:4px 15px 6px;}

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



