/**
 * 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:88px 20px 10px 0;
	font-size:1.1em;
	 z-index:999;
	 background-image:url(../images/IMG_Boutique-intime-Nature.jpg);
	background-repeat:no-repeat;
}


#nav ul {
	overflow: hidden;
	width: 100%;
	margin:0px;
	padding:0px;
}

#nav li {
	float: left;	
	display: inline;
	width: 194px;
	padding-left:0px;
	background-image:url(../images/Bouton-Menu1.gif);
	background-repeat:no-repeat;
}

#nav li.active a {
	background-image:url(../images/Bouton-Menu1.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}

#nav li li {
	float: left;	
	display: inline;
	width: 194px;
	padding-left:0px;
	display:none;
}

#nav li.active li {
	float: left;	
	display: inline;
	width: 194px;
	padding-left:0px;
	background-image:none;
	font-weight:normal;
}

#nav li a {
	display:block;
	font-size: 14px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	color:#FFFFFF;
	line-height:33px;
	padding-left:10px;
}


#nav li a:hover {
	display:block;
	background-image:url(../images/Bouton-Menu12.gif);
	background-repeat:no-repeat;
}

#nav li.active ul li a {
	display:block;
	font-size: 12px;
	text-decoration:none;
	color:#552a20;
	line-height:27px;
	background-image:url(../images/Bouton-Menu2.gif);
	background-repeat:no-repeat;
	font-weight:normal;
}

#nav li.active ul li a:hover {
	display:block;
	font-size: 12px;
	text-decoration:none;
	color:#ba5134;
	background-color:#efefef;
	background-image:url(../images/Bouton-Menu2-2.gif);
	background-repeat:no-repeat;
}

#nav li.active ul li.active a {
	display:block;
	font-size: 12px;
	text-decoration:none;
	color:#552a20;
	background-color:#efefef;
	font-weight:bold;
}




/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}


