﻿.current {
    background: #fff;
    /*height: 3.125em;
    line-height: 3.125em;*/
    border-right: 3px solid #EAE8E8;
    border-top: 6px solid #EAE8E8;
    border-left: 1px solid #EAE8E8;
    border-radius: 8px 8px 0 0;
}
nav{
    height: 3.125em;
    background:#F5F4F3;
	border-bottom: 1px solid #EAE8E8;
	font-family: Verdana;
    line-height: 2em;
}
.nav-item {
    height: 3.125em;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 9.375em;
    text-align: center;
}
/* first descendant link within a top level navigation item */
.nav-item > a {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0 -1px 0;
    text-decoration: none;
    color: #363872;
}
/* focus/open states of direct descendant link within a top level navigation item */
.nav-item > a:focus,
.nav-item > a.open,
.nav-item > a.hover {
    color: #000;
    font-weight: bold;
}
/* open state of direct descendant link within a top level navigation item */
.nav-item > a.open {
    z-index: 1;
}
.nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
    min-height: 3.125em;
    /*-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;*/
}
.sub-nav {
    position: absolute;
    display: none;
    top: 3.125em;
    /*padding: 0.5em 1em;*/
    background-color: #F5F4F3;
          /*border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          width: 1px;*/
}
.sub-nav.open {
    display: block;
            /*width: unset;
            height: unset;
            margin: unset;
            padding: unset;
            overflow: unset;
            clip: auto;*/
}
.sub-nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 3.125em;
    width: auto;
    min-width: 25em;
}
.sub-nav a{
    display: block;
    text-decoration: none;
    color: #363872;
    margin: 0;
    line-height: 3.125em;
}
.sub-nav a:focus, .sub-nav a:hover{
    display: block;
    background-color: #4A5153;
    margin: 0 0 0 0;
    padding: 0;
    color: #FFF;
    font-weight: bold;
    min-height: 3.125em;
    width: 100%;
}