/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 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://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { padding:32px 0 0 0; font-size:1.1em; z-index:999; background:url(../images/nav_top_bg.gif) no-repeat 0 0 #d5e1ec; width:180px; }

#nav_end {
	width:179px;
	height:23px;
	border:none;
	margin:-3px 0 0 0;
	padding:0;
	background:url(../images/nav_cat_end.gif) no-repeat;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	text-align:left;
	background-color:#d5e1ec;
	border-top:1px solid #e5edf3; 
	border-bottom:1px solid #ced4db;
	padding:2px 0 2px 0;
}

#nav li.last {
	border-bottom:none;
}

#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 { text-decoration:none; color:#0e4e96; }

#nav a:hover { color:#EF7000; text-decoration:underline;} /* #nav li.over a, */
#nav li.active div a, #nav li.active > a { color:#EF7000; }

/************ 1ST LEVEL  ***************/

#nav li.level0 a { font-weight:bold; }
#nav li.level1 a { font-weight:normal; }

#nav li.level0 {
	width:166px;
	padding-left:13px; 
}

#nav li.level1 {
	width:156px;
	padding-left:23px; 
}

#nav li.level0 ul {
	border-top:1px solid #ced4db; 
	margin:0 0 0 -13px;
}

/*
#nav li.parent {
	background:url(../images/liDown.gif) no-repeat 160px 5px;
}

#nav div.open {
	background:url(../images/liUp.gif) no-repeat 147px 3px;
} */

#nav li.nav-komplettrader {
	border-top:none;
}

/*
#nav li.nav-sonderangebote {
	border-bottom:none;
	background:url(../images/nav_cat_end.gif) no-repeat 0 13px;
	padding-bottom:15px;
} */

.menu { display:block; }

#nav ul.level1 {
	display:none;
	}


/* Shop Links Styles (right under the Categories) */

#shop_links {
	padding-bottom:11px;
}

#shop_links li {
	list-style:none;
	text-align:left;
	background-color:#f6f6f6;
	padding:2px 0 2px 0;
	padding-left:13px; 
}

#shop_links li a {
	color:#666;
	text-decoration:none;
}

#shop_links li a:hover {
	color:#d96708;
}
