/**
 * 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) 2004-2007 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: 0px;
	font-size: 0.95em;
	font-weight: normal;
	/* z-index: 999; */
	margin: 20px 0px 20px 20px;
	border-left: thin solid #B79446;
}

/************** ALL LEVELS  *************/
	/* Style consistent throughout all nav levels */
#nav li {
	list-style: none;
	position: relative;
	text-align: left;
	margin-left: 20px;
}

#nav li * {
	text-transform: uppercase;
	color: #FFF;
}

#nav li a:hover span, #nav li a:focus span {
	color: #B79446;
}

/* to prevent the li separator from showing through on mouseover on li */
#nav a {
	line-height: 1.3em;
}

#nav a,#nav a:hover,#nav a:focus {
	display: block;
}

#nav span {
	display: block;
	cursor: pointer;
}

/************ 1ST LEVEL  ***************/
#nav li {
	float: left;
	clear: both;
	border-bottom: 1px solid #3A3A3A;
	width: 380px;
	height: 24px;
}

#nav a, #nav a:hover, #nav a:focus {
	float: left;
	text-decoration: none;
	color: #B79446;
	border: none;
}

#nav li.over a, #nav a:hover, #nav a:focus {
	text-decoration: none;
	color: #B79446;
}

#nav a, #nav a:hover, #nav a:focus {
  padding: 5px 12px 6px 0px;
}
#nav li.last {
  border-top: 1px solid #3A3A3A;
	border-bottom: none;
}
#nav li li.last {
  border-top: none;
}

#nav #vetements span {
	line-height: 1.3em;
	cursor: auto;
	display: block;
	float: left;
	padding: 5px 12px 6px 0px;
	white-space: nowrap;
}

#nav #vetements {
	clear: left;
	width: 136px;
	border-bottom: none;
}

#nav #joatstyle,#nav #joattype {
	background:transparent url(../images/menu_fleche_bas.png) no-repeat scroll 15px 50%;
	border-left: 1px solid #3A3A3A;
	border-bottom: none;
	clear: none;
	margin: 1px 0px;
	height: 22px;
	width: 120px;
	font-weight: bold;
  font-size: 0.91em;
}
#nav #joatstyle.over,#nav #joattype.over {
  background-image:url(../images/menu_fleche.png);
}

#nav #joatstyle a,#nav #joattype a {
	width: 100%;
	text-align: center;
	padding-right: 0px;
}

#nav #joatstyle {
	border-right: 1px solid #3A3A3A;
	float: right;
	right: -1px;
}

#nav #joataccessoires {
	border-top: 1px solid #3A3A3A;
	display: none;
}

/* li.level0 {font-weight: normal;} */
	/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float: none;
	height: auto;
	background: none;
	margin: 0;
	width: auto;
	border: none;
}

#nav ul a,#nav ul a:hover,#nav ul a:focus {
	float: none;
	padding: 0;
	background: none;
}

#nav #joattype ul li {
	width: 120px;
}

#nav #joatstyle ul li {
	width: 120px;
}

#nav #joattype ul li a span,#nav #joatstyle ul li a span {
	width: 60%;
	text-align: left;
	margin-left: 16px;
	padding-left: 0px;
	border-bottom: 1px solid #FFF;
	color: black;
	font-weight: bold;
}

#nav #joattype ul li.last a span, #nav #joatstyle ul li.last a span {
  border-bottom: none;
}

#nav #joattype ul li a:hover span,#nav #joatstyle ul li a:hover span,
#nav #joattype ul li a:focus span,#nav #joatstyle ul li a:focus span {
	color: white;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	top: 23px;
	left: 0px;
/*	left: -10000px; */
	z-index: 999;
	background-color: #B79446;
	white-space: nowrap;
	border:1px solid black;
	border-top-width: 0px;
}

/* Hide menu */
#nav li.over ul {
	left: -10000px;
}

#nav li.over ul ul {
	left: -10000px;
}

#nav li.over ul li.over ul {
	left: 100px;
}

#nav ul li a span {
	background: url(../images/nav_divider.gif) repeat-x 0 100%;
}

#nav ul li a,#nav ul li a:hover,#nav ul li a:focus {
	color: #B79446 !important;
}

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

#nav ul li.last span {
	background: none;
}
