/**
 * 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:10px; font-family:Verdana; text-align:left;}

#nav #menu1 li{position:relative; /*z-index:1000;*/}
#nav #menu2 li{position:relative; /*z-index:999;*/}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { }
#nav li.over { z-index:999; background-color: #7f7365 !important;}
#nav li.over ul li.over { background-color: #dddedc !important;}
#nav li.over a { color:#FFFFFF;}
#nav li.over ul a { color:#7f7365;}
#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 ul span {white-space:nowrap; /*opacity:1.0; -moz-opacity:1.0;*/ }




/************ 0 LEVEL  ***************/
#nav li { display:inline; /*background:url('../images/carre_orange.jpg') no-repeat center right;*/}
#nav li.active a { color:#675747; font-weight:bold; }
#nav a { /*float:left;*/ padding:5px; /*font-weight:bold;*/ color:#675747; text-transform:uppercase; position:relative; z-index:999;}
#nav li.last {background:none;}
#nav li.over a,
#nav a:hover { color:#ffffff; }
.nav-Jardin a{color:#adbb07}
.nav-Piscine a{ color:#329cdb;}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {position:relative; z-index:10; text-align:left; /*margin-top:3px; margin-bottom:3px;*/ /*background:url(../images/carre_orange.gif) no-repeat 4px 8px; opacity:1;*/ display:block;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { /*background:url(../images/carre_orange.gif) no-repeat 4px 8px;*/ padding-bottom:0;}

#nav ul li:hover{ color:#3b3225; /*background:url(../images/carre_orange_select.gif) no-repeat 4px 8px #fee2be;*/ background-color:#dddedc;}

#nav ul a,
#nav ul a:hover { /*opacity:1.0; -moz-opacity:1.0;*/ display:block; /*float:left;*/ line-height:20px; padding:0 10px 0px 10px; background:none;  color:#3b3225;}
#nav ul li a { color:#000000; font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul  {text-align: left; background-color: #f2f4f1; /*filter:alpha(opacity=90);-moz-opacity:0.9;opacity: 0.9;*/  position:absolute; /*width:15em;*/ top:15px; left:-10000px; border:1px solid #7F7365; z-index:1000;}

#nav .nav-Piscine, #nav .nav-Jardin{text-transform:uppercase;}
/* Show menu */
#nav li.over > ul { left:0;}
#nav li.over > ul li.over > ul { left:100px; display: block; }
#nav li.over ul ul { left:-10000px; }

#nav .nav-Piscine ul li a {opacity:1;  color:#000000; /*background:#ecf3f6;*/  display: block;}
#nav .nav-Piscine ul li a:hover {color:#309cdc; background:#eef5fb; font-weight:bold;  display: block;}
#nav ul li a{ color:#604f3d; }
#nav .nav-Jardin ul li a:hover {display:block; color:#adbb06; background:#f1f3dd; font-weight:bold;}
#nav ul span, #nav ul li.last li span { display:block; /*padding:3px 15px 4px 15px;*/}

#nav li:hover > .level0{display:block;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

/*
#nav ul.level1{z-index:1100 !important;}
#nav li.level2{z-index:1200 !important;}
*/
