
/********** < Navigation */
.ma-nav-container { }
#nav { margin:0 auto; font-size:12px; background: url(../../img/bg-nav.png) 0 0 repeat-x; border:1px solid #fff; position: relative; z-index: 1000; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { text-align:left;position:relative; }
#nav li.last {  }
#nav li.over { z-index:998; }
#nav a,
/* espace entre les ligne du menu principal: line-height:1.3em; */
#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:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { }

/* 0 Level - Category Names */
.wine_menu .container { width:100%; background: #f1f1f1; border: 1px solid #fff; /*padding: 3px 0 0;*/ position: absolute; top: 43px; display: none;  }

#nav ul, #nav div {
    background: none repeat scroll 0 0 #e6e6e6;
    left: 8px;
    position: absolute;
    top: 32px;
    width: 16em;
    z-index: 9999; 
}
#nav li.over ul, #nav li.over div {
    position: static;
}
#nav li.over>.container {
    position: absolute;
    left: -1px;
}
#nav li.over ul, #nav li.over div {
    left: 0;
}

#nav li { float:left; padding-right: 5px; }
#nav li.last{ background:none;  }
#nav li.home { padding-left: 0; }
#nav li.home a{ width:23px; height:23px; padding:10px 0 10px 15px; background:url(../../img/icon-home.png) 16px 10px no-repeat; }
#nav li.home a:hover { background-position: 16px -45px; }
#nav li.home a span{ float:left; text-indent:-99999px; }

#nav a { float:left; padding: 10px 15px;  font-weight: normal; font-family:helveticaLT; font-size:18px; text-transform:capitalize; }
#nav a span{ }

#nav li.active a,
#nav li.over a,

#nav li.over a,
#nav a:hover { }

/* 1st Level - First Drop Down*/
#nav ul.level0 { background: #f1f1f1; float: left; width: 99%; margin: 0.5%; padding: 12px 0; }
#nav ul li { float: left; width: 191px; background: none; border: 0; padding: 0 0 0 0px; }
#nav ul li.first { padding-left: 20px; }
#nav ul li a {   width: 180px; height: auto; background: none; padding: 0 0 2px 0;  background: none; text-transform: capitalize;  }
#nav ul li a:hover { }
#nav ul li.active { margin: 0; }
#nav ul li.last {}








/* 3rd+ Level - Third Drop Down*/

#nav ul ul,
#nav ul div {
    left: 191px;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#nav ul li a {
    border-bottom: 1px dotted #D1D1D1;
    color: #353535;
    font-size: 15px;
    padding: 7px 0 7px 10px;
}
#nav ul li a { }
#nav ul li a:hover { background-color:#03386E; color:#FFFFFF!important;  }
#nav ul li a, #nav ul li a:hover {
    color: #363636;
    padding: 10px 0 10px 10px;
}

#nav ul span,
#nav ul li.last li span { }

/* Show menu */
#nav li ul.shown-sub { left: 0; top: 36px; }
#nav li .shown-sub ul.shown-sub { }

/* Drop-Down Width */
#nav ul, #nav div { /* width: 954px; */ height: auto !important; display: none}
.nav-1 ul { } 
.nav-2 ul {  } 
.nav-3 ul {   } 
.nav-4 ul {    } 
.nav-5 ul {     } 

/********** Navigation > */
/* ======================================================================================= */
