/**
 * 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 { font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:9999 !important; }
#nav a,
#nav a:hover { display:block;  text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap;  }

/************ 0 LEVEL  ***************/
#nav li { float:left; border-left: 1px solid #a4d8ee; border-right: 1px solid #4c9cb7;}
#nav li:hover { background: #392E2A; border-right: 1px solid #392E2A;}
#nav li.active {  border-right: 1px solid #392E2A;  }
#nav li.active a { color:#FFF; background: #392E2A;  }
#nav a { float:left; padding:0px 10px; color:#FFF; font-weight:bold; height: 28px; line-height: 28px }
#nav li.over a,
#nav a:hover { color:#FFF; }
#nav ul {margin-top: 7px;}
 
/************ 1ST LEVEL ************/
#nav ul li {float:none; margin:0; background:#FFF ;border:0;  }
#nav ul li.active { background:#FFF; }
#nav ul li:hover { border: none; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#FFF; padding-bottom:0px; }

#nav ul a {float:none; padding:0; background:#FFF !important; border: 0; }
#nav li ul li a:hover { color: #FFF; background: #F4F3F3 !important }

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

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:20em; top:21px; left:-10000px;border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; }

/* 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:#FFF; }
#nav ul li a:hover { background:#c1c1c1; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:0 10px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

/************ BOUTON PERSO **********/
.bt-perso-last { border-right: 0 !important; height: 28px; }

/* OLD
.list-brand {width: 660px !important;margin-left: -404px;background: #FFF;padding-top: 20px}
.list-brand li{float:left !important;width:220px;height:50px; padding-bottom: 20px;}
.list-brand li:hover{background: #FFF !important}
*/
/* REPLACE BY */
#nav ul.list-brand { border:0; }
.list-brand { width: 1000px !important; margin-left:-492px; background:#FFF; }
.list-brand li { float:left !important; width:200px; height:60px; }
.list-brand li img { border:1px solid #ccc; }

#nav li.lastbrand { width:1002px; float:left; height:25px; text-align:right; background:#ccc; }
#nav li.lastbrand a { color:#000; font-size:11px; text-decoration:none; background:#ccc !important; padding-right:10px; }
#nav li.lastbrand a:hover { color:#CC3366; text-decoration:underline; background:#ccc !important; }
#nav li.lastbrand:hover { background:#ccc; }

.list-printer {width: 579px !important;margin-left: -480px;background: #FFF;padding-top:10px; }
.list-printer li{float:left !important;width:130px;padding-left:10px}
.list-printer li a {float:left !important}
#nav li .list-printer li a:hover {background: #FFF !important; text-decoration:underline; }
#nav li .list-printer li .letter { background:#FFF; border: 0 ; clear: both;font-weight: bold; color: #58abcb;padding: 0;margin: 0 }
.list-printer li:hover{background: #FFF !important}

#nav li .list-printer .more {clear:both !important;margin: 0;padding: 0;}
#nav li .list-printer .more:hover {clear:both !important; margin:0; padding:0;}
#nav li .list-printer .more a {display: block;width:569px;text-align: right;padding:0 10px 0 0; margin: 0;background:#ccc !important;font-size: 11px;}
#nav li .list-printer .more a:hover {display: block;width:569px; text-align: right;padding:0 10px 0 0; margin: 0;background:#ccc !important;font-size: 11px;}