nav li.menu-item > a:hover, nav li.menu-item > a.hovering {
    color: white;
    background-color: #5a3940;
}
nav li.menu-item > a.selected {
    border-bottom: 3px solid #5a3940;
}
nav ul.child-list {
    display: none;
    position: absolute;
    padding: 0;
    opacity: 0;
    background-color: white;
    border: 1px solid #5a3940;
    cursor: pointer;
    text-align: left;
    transition: all .1s ease-in-out;
}
nav ul.child-list li.child-item {
    width: 100%;
    border-bottom: 1px solid #5a3940;
    transition: all .1s ease-in-out;
}
nav ul.child-list li.child-item a.ui-button {
    font-weight: normal;
    font-size: .8em;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
nav ul.child-list li.child-item:hover {
    background-color: #5a3940;
}
.submenu-container a:hover {
    color: #5a3940;
    border-right: solid 2px #5a3940;
    font-weight: 700;
    transition: all .3s ease;
    border-bottom: none;
}
.submenu-container a.selected {
    font-weight: 700;
    border-right: solid 2px #5a3940;
}
.navigation-table {
    border-top: solid 2px #5a3940;
    margin-top: 3em;
}
.bar-chart .bar {
    fill: #5a3940;
    fill-opacity: .9;
}

.stacked-chart .bar {
    fill: #5a3940;
}
.item-list .item .item-info {
    float: left;
    color: #5a3940;
    margin-right: .5em;
}
.item-list .item .item-highlight {
    color: #5a3940;
}
.site-icon {
    fill: #5a3940;
}

.full-fill path {
    fill: #5a3940;
}
.document-display .document-listing {
    padding: .8em 1em .7em;
    border-left: solid 2px #5a3940;
    font-size: 1.1em;
}
.news-date {
    color: #5a3940;
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 1.5em;
}
.link-list {
    background-color: #5a3940;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 1.25em;
}
