#menuBar {

    width:40px;
    height:100%;
}

.menuIcon {
    width: 32px;
    height: 32px;
    top: 10px;
    left: 8px;
    position: relative;
}

#appscreen{
    float: left;
    width: 100%;
    height:100%;
    background-color: green;
}

#highlight {
    width:45px;
    height:45px;
    top: 35px;
    position: absolute;
}

.flipped {
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    
    left: 12px !important;

}

.menuText {
    position: absolute;
    left: 50px;
    top: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
}

#expandArrow{
    top: 6px;
    left: 9px;
    position: relative;
}