.navASME > li.active, .navASME > li:hover {
    background: #ffc747;
}
.navASME > li:first-child {
    color: white;
}
.navASME > li {
    float: left;
    font-size: 13px;
    border-right: 1px solid white;
    height: 30px;
    line-height: 1.4;
}

.navASME > li > a {
    color: white;
    text-decoration: none;
    padding: 6px 15px;
}

.navASME > li.active > a, .nav > li:hover > a {
    color: #333333;
}


.navASME a:hover {
    xxcolor: #1f9dd1;
    color: #000000;
    text-decoration: underline;
    outline: 0 !important;
    cursor: pointer;
}

.navbarASME {
    z-index: 999;
    width: 900px;
    background: #00559b;
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#ffc747;
    height:30px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.navbarASME ul li a {
    display: block;
}

.navbarASME ul li {
    float: left;
    display: block;
}

.navbarASME ul
{
    background-color: #00559b;
    margin: 0 auto;
}