.bottom-menu-item {
    transition: background-color 0.3s, border-radius 0.3s;
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.bottom-menu-item:hover {
    background-color: #3a3839;
}
.bottom-menu-text {
    display: block; 
    width: 100%; 
    height: 100%; 
    line-height: 20px;
    color: #a0a0a0;
    text-decoration: none; 
}
.bottom-menu-text:hover {
    color: #cccccc;
    text-decoration: none; 
}
.bottom-menu-text:visited {
    color: #a0a0a0;
    text-decoration: none; 
}

.bottom-bar {
    min-width: 900px;
    overflow: hidden;
}