#navigation {
  clear:both;
  float: right;
  height:50px;
  margin-top:10px; 
  display: flex;
  align-items:center;
  padding-bottom:0px;
  }

#nav {
  list-style:none;
  font-weight:bold;
  height:4.1em;
  margin:75px auto 0;
  position:relative;
  line-height:1.4em;
  }

#nav li {
width:auto;
margin-left:30px; 
float:left;
text-align:center;
}
#nav a {
height:1.5em;
display:block;
text-decoration:none;
color:#000;
outline:0;

}
#nav a.last {
border-right-width:1px;
}
#nav a:active, #nav a:focus, #nav a:hover {
color:#000;

}
#nav li.current a {

}

/* --------- Sub Nav --------- */
#nav li.current ul a {
}
#nav li.current ul {
left:0;
}
#nav ul {
position:absolute;
left:-999em;
/* width:816px; */
width:100%; 
background-color:#fff;
list-style:none;
padding:.9em 0 0;
}
#nav ul li {
width:auto;
margin:0 15px 0 0;
}
#nav ul a {
font-size:80%;
height:auto;
padding:0 8px;

color:#999;

}
#nav ul a:active, #nav ul a:focus, #nav ul a:hover {

color:#000;
border-color:#000;
}
#nav li:active ul, #nav li:hover ul {
left:0;
background:#fff;
}
#nav ul li.subcurrent a {
color:#000;
border-color:#000;
}