﻿.extraElementsForMenuItems {
    display: none;
    float: right;
    width: 280px;
    background: #05658f;
    height: 400px;
    overflow-y: auto;
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 58px;
    border-top: 1px solid #0582b9;
}


.top-navigation .extraElementShowMenu li {
    border-bottom: 1px solid #0185bf;
    width: 100%;
}

.top-navigation .extraElementShowMenu li a {
    padding: 5px 25px;
}

.cursor {
    cursor: pointer;
}

.extraElementsForMenuItems li {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #0279ad;
}