/**
 * 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 { 
   background: url(../images/menus/fond-menu.jpg) repeat-y;
   position:relative;
   z-index:999;
}
#nav li{
     float:left;
     position: relative;
     background: url(../images/menus/separation-sous-menu.jpg) right center no-repeat;
}
#nav a{
   color:#cbc7c2;
   font-size:12px; 
   padding:13px 12px;
   display:block;
   float:left;
   text-decoration: none;

}
#nav a:hover,#nav li.active>a{
   color:#e5e3e1;
   background: #7b716a;
}
#nav li:hover{
     background: #7b716a;
}
#nav li li:hover{
   background: none; 
}
#nav li ul{
    position: absolute;
    top:41px;
   display: none;
    float:left;
    border:none;
    padding-bottom:10px;
    left:0;
    background:url(../images/menus/fond-sous-menu.jpg) repeat-x left top #564c46 ;
   
 }
#nav li ul li{ 
    clear:both;
    
    
}
#nav li ul li a{
   font-size:12px; 
   padding:6px 12px;
   font-weight:normal; 
   color:#b7b1ab;
   display: block;
   width:180px;
}
#nav li ul li.active a,  #nav li ul li a:hover{
   text-decoration:underline;
   color:#b7b1ab;
   background:none
}

#nav li.active ul{
   display:none  ;
   z-index:50
} 
#nav li.over ul{
  display:block    ;
 z-index:999
}

/* B2B Navigation menu */
body.b2b div.col-left li a.active {
	font-weight: bold;
}
body.b2b div.col-left li.level-1 {
	
}
body.b2b div.col-left li.level-2 {
	padding-left: 10px;
}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */


/************ 0 LEVEL  ***************/



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


/************ 2ND LEVEL ************/
/*#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }*/

/* Show menu */
/*#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}
         */
/************ 3RD+ LEVEL ************/
/*#nav ul ul { top:5px; }*/
