﻿#sweepContent {
    position: absolute;
    width: 98%;
    height: 98%;
    left: 0;
    top: 1px;
    margin-left: -98%;
    padding-left: 50px;
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    background-color: #FFFFFF;
    z-index: 9999;
    overflow: hidden;
}
.sweepMenuButton {
    position: relative;
    color: #000000;
    z-index: 10000;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding: 8px;
    min-height: 100px;
    text-align: center;
    text-decoration: none;
}

.sweepMenuButton:hover {
    text-decoration: none;
    background-color: #e9e9e9;
}

.sweepMenuButton:active, .sweepMenuButton:visited, .sweepMenuButton:link{
    text-decoration: none;
}


.sweepMenuButton.active {
    background-color: rgb(37, 160, 218);
    border: 1px solid rgb(37, 160, 218);
    color: #FFFFFF;
}

.sweepMenuButton.active>b {
    color: #FFFFFF;
}

#sweepOverlay {
    background-color: rgba(0, 0, 0, 0.3);
}