/**
 * 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)
 */
 
#anav {
	font-size:13px;
	margin-left: 12px;
	width:650px;
	min-height:28px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; text-align:left; }
#anav li.over, .infopunkt:hover {
	z-index:999;
}
#anav a, #anav a:hover {
	display:block;
	line-height:1.3em;
	text-decoration:none;
}
#anav span { display:block; cursor:pointer; white-space:nowrap; }
#anav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#anav li { float:left; }
#anav li.active a { color:#949da6; }

.top_level a {
	color:#ffffff;
	float:left;
	font-weight:normal;
	font-size: 15px;
	margin: 13px 0 0 20px;
	height: 30px;
}

#anav ul ul li a {
	text-transform: none;
}


#anav-second.top_level ul a {
	font-size: 13px;
}

.top_level ul {
	font-size: 12px;
}

#anav li.over a, #anav a:hover, .infopunkt:hover { color:#949da6; }

/************ 1ST LEVEL ************/
#anav ul li,
#anav ul li.active { float:left; padding-bottom:1px; }
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#anav ul li.last { padding-bottom:0; }

#anav ul a,
#anav ul a:hover {
	height: inherit;
	float:none;
	padding:0;
	background:none;
}

/************ 2ND LEVEL ************/
#anav ul { 
	position:absolute;
	width:700px;
	top:43px;
	left:-100000px;
	background: url("../../coteetciel/images/bg-menu.png") repeat scroll 0 0 transparent;
	padding-bottom: 10px;
}


.level2 a span:hover {
	color: #ffffff;
}

/* Show menu */
#anav li.over > ul {
	left:-144px;
	}
	
.infopunkt:hover > ul {
	left:-134px;
}	

#anav li#anav-second.over > ul {
	left:-217px;
}

.top_level {
	width: 73px;
}

#anav-second {
	width: 62px;
	margin-right: 5px;
}

#anav .logo {
	margin-right: 10px;
}
	
#anav li.over > ul li.over > ul { left:50px; }

.infopunkt:hover > ul .infopunkt:hover> ul {
	left:50px;
}
/* #anav li.over ul ul { left:-10000px; } */

/* #anav ul li a { background:#0A263D; } */
/* #anav ul li a:hover { background:#d5e4eb; } */
#anav ul li a {
	color: #ffffff !important;
	font-weight: normal;
}

#anav ul li a , #anav ul li a:hover {
	line-height: 0.2em;
}

#anav ul li a:hover { color: #949da6 !important; }
#anav ul span, #anav ul li.last li span {
	padding:3px 0 4px;
}	
#anav li.columns {
	margin: 8px 16px 0 5px;
}
#anav li.columns ul { width: auto; }
#anav li li li li span {
	padding: 0;
}

/************ 3RD+ LEVEL ************/
#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul li { float: none; width:auto; }
#anav ul ul ul li a {
	color: #888888 !important;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}

/** ie6 hack */
#anav li.over ul.shown-sub { left:0; }
#anav li.over li li ul.shown-sub { left:100px; }

