



#sectionSubLinksMain {
    text-align: left;
    background: #7396B2;
    margin: 5px 0px;
}

.vernLabelTop {
    padding: 0px 0px 2px 0px;
    display: block;
    font-weight: bold;
    color: #312B65;
}

.vernLabel {
    display: block;
    padding: 8px 0px 2px 0px;
    font-weight: bold;
    color: #312B65;
}

#navLinksUp {
    padding: 2px 0px 4px 8px;
    width: 240px;
    height: 10px;
    cursor: arrow;
}

#sectionSubLinks {
    position: relative;
    top: 0px;
    left: 10px;
    width: 250px;
    height: 88px;
    padding: 0px 5px 0px 10px;

    overflow: hidden;

    clip: rect(0px,250px,88px,0px);
}

#scrolledLinks {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 100%;
}

#navLinksDown {
    padding: 0px 0px 6px 8px;
    width: 240px;
    height: 10px;
    cursor: arrow;
}

#projectsSubLinks {
    background-color: transparent;
}

