/* @override 
	http://www.comptoir-droguerie.fr/skin/frontend/default/default/css/menu.css
	http://www.comptoir-droguerie.fr/skin/frontend/default/droguerie/css/menu.css
*/
/*.level1 {
display:none;	
}
over .level1 {
display:block;	
}*/
/**
 * 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: 10px;
padding-left: 5px;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: -35px;
	width: 965px;
	height: 33px;
	 background: #9c835d; 
}

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

#nav li.level0 ul.level0 div {
position: relative;
display: inline;
margin-bottom: 5px;
float: left;
	 background: #9c835d; 
	
}
#nav li ul {

}
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color: #000; }
#nav a { float:left; padding:5px 8px 8px 8px; color: #fff; font-weight:bold;}

#nav .level1 a {
	padding:4px;
}
#nav .level1 a span{
	font-weight: bold;

}
#nav .first .level2 a{padding: 2px;
	background: url(../images/puce-1.gif) no-repeat 20px 6px;
}
#nav .first .level3 a{padding: 2px;
	background: url(../images/puce-2.gif) no-repeat 30px 6px;

}

#nav .level2 a{padding: 2px;
	background: url(../images/puce-1.gif) no-repeat 8px 6px;
}
#nav .level3 a{padding: 2px;
	background: url(../images/puce-2.gif) no-repeat 22px 6px;

}
#nav .level3 a span,#nav .level2 a span,#nav .level1 a span{
	font-size: 9px;
}
	

#nav li.over a,
#nav a:hover { color: #483b2b; }




/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin: 0; padding-bottom:0px; background: #bea073;
	font-size: 10px;
	width: 138px;
margin-left: 0px !important;
	text-shadow: #000000 0 0 0px;
	list-style-type: none;
	list-style-position: inside;
}



#nav span.fond{
	cursor: auto;
position: relative;
	margin: 0;
	margin-top: -2px;
	 background: #9c835d; 
	padding: 0;
	float: left;
}

#nav ul div.first{
		width: 142px;
}
/* @group My Group */



/* @end */
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background: #9c625b; padding-bottom:0;}

#nav ul a,
#nav ul a:hover { float:none;}
#nav ul .level1 a { border-top: 1px dotted;
	border-color: #876c3b;
}

#nav ul li a { font-weight:normal !important;
}

/************ 2ND LEVEL ************/
#nav ul { 
position:absolute; top:29px;
display:none;
left: 0px;	

}
/* Show menu */
#nav li.over > ul { display:block;
}
#nav li.over > ul li.over > ul { display:block; }
#nav li.over ul ul { display:block;}

#nav ul li a {display: block;clear: both;}
#nav ul li a:hover { /*background: #b1956b;*/ }
#nav ul li a,
#nav ul li a:hover { color: #edc88f;}
#nav ul span, #nav ul li.last li span { padding:0;}/*3px 6px 4px 5px;*/
#nav ul div.first li span { padding-left: 12px;
}

/************ 3RD LEVEL ************/
#nav ul ul { /*top: 5px;*/
	display:block;
	padding-bottom: 6px;
	padding-left: 0px;

}

#nav ul ul li a { /*background: #b1956b; */}
#nav ul ul li a:hover { /*background: #c1a276;*/ }
/************ 4RD LEVEL ************/
#nav ul ul ul li a { /*background: #c1a276;*/ }
#nav ul ul ul li a:hover {/* background: #d9b685;*/ }




