.nav ul li.nav00{
    background: #1A1A1A;
    border-top: 3px solid #FDC031;
}

.industline {
    display: block;
    width: 100%;
    text-align: left;
    height: 42px;
    border-bottom: 2px #ececec solid;
    position: relative;
    margin: 0px 0 20px 0;
}
.industline #CurrentlyNode {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px #f4c104 solid;
    position: relative;
    padding: 0 5px 5px 5px;
    bottom: -5px;
}