ul.nav {
  background-image : url(https://www.encherexpert.com//assets/img/topnav-graphics.png);
  margin:0;
  padding:0;
  height:34px;
}

ul.nav .separateur {
  border: 1px solid #F1F1F2;
  height:0;
  margin-bottom:12px;
}

ul.nav > li {
  /*display: inline-block;*/
  float:left;
  padding:0;
  text-align:center;
  /*line-height:14px;*/
}

ul.nav > li > a {
  position:relative;
  /*width:156px;*/
  width:234px;
}

ul.nav > li:hover {
  background : url(https://www.encherexpert.com/assets/img/topnav-graphics.png) repeat-x scroll 0 -68px transparent;
  border-bottom: 1px solid #D2D2D2;
  height:30px;
  padding-top: 2px;
  margin-top: -2px;
  text-decoration: none;
}

ul.nav > li:hover > a {
  color: grey;
}

ul.nav > li:hover > a:hover {
  text-decoration: underline;
  color: #E00702;
}

ul.nav > li > div {
  display: none;
  position:absolute; 
  text-align:left; 
  width:326px;
  background-color:white;
  z-index: 100;
}

ul.nav > li > div a {
  font-family:arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #646870;   
  display:block;
  padding-bottom: 12px;
}

ul.nav > li:hover > div a:hover {
  text-decoration: underline; 
  color: #E00702;
}

ul.nav > li:hover > div {
  display: block;
}

ul.nav > li:hover > div a {
  text-decoration: none;
  color: #646870;
}
ul.nav > li a span.left {
  background: #fff url(https://www.encherexpert.com/assets/img/topnav-graphics.png) no-repeat 0 -102px;
  position: absolute;
  height: 32px; 
  top: -2px; 
  left: -1px; 
  width: 2px;
  border-bottom: 1px solid #D2D2D2;
  display:none;
}

ul.nav > li a span.right {
  background: #fff url(https://www.encherexpert.com/assets/img/topnav-graphics.png) no-repeat 0 -136px;
  position: absolute;
  height: 32px;
  top: -2px;
  right:-1px;
  width: 3px;
  border-bottom: 1px solid #D2D2D2;
  display:none;
}

ul.nav > li:hover .left, ul.nav li:hover .right {
  display:block;
}
            
ul.nav > li > a {
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 8px 15px;
  border-left: 1px solid #ABAAAA;
  border-right: 1px solid #717070;
}    

ul.nav > li a span.label {
   background: url(https://www.encherexpert.comassets/img/topnav-graphics.png) no-repeat scroll 0 -179px transparent;
   padding-left: 18px;
}    
ul.nav > li:hover a span.label {
   background: url(https://www.encherexpert.com/assets/img/topnav-graphics.png) no-repeat scroll 0 -202px transparent;
}   

ul.nav > li > div {
  border-left: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  border-right: solid 1px #D2D2D2;
  padding-top: 7px;
  padding-left: 10px;
}