.sub {
    left: 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    z-index: 101;
    margin-top: 0;
    font-size: 90%;
    line-height: 130%;
    border: 2px solid #d70000;
    border-bottom-width: 1px;
    width: auto;
    text-transform: none;
}

.sub li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d70000;
    background: white;
}

.sub a {
    display: block;
    text-decoration: none;
    background: white;
    color: black;
    padding: 0 15px 0px 5px;
    height: auto;
    width: auto;
}

.sub a:hover {
    color: #014b88;
}
