.nicemenu {
    width: 291px
}

.nicemenu-item {
    background-color: #FFFFFF;
    padding: 6px 17px;
    font-size: 16px;
}

.nicemenu-item h6 {
    color: #363432;
    font-size: 16px;
    line-height: 2em
}

.nicemenu-item p {
    color: #a0a0a0;
    font-size: 0.9em;
    line-height: 2em
}

.nicemenu-item a {
    color: black;
    text-decoration: none
}

.nicemenu-item a:hover {
    color: #fe980f!important;
    text-decoration: underline
}
.nicemenu-sub p:hover {
    color: #fe980f!important;
}
.nicemenu-item.active {
    background-color: #eef4f8
}

.nicemenu-sub {
    background-color: #eef4f8;
    padding: 16px;
    overflow: hidden;
    color: #000;
    width: 750px;
    box-shadow: 5px 5px 5px #888888
}

.nicemenu-sub h5 {
    font-size: 1.2em
}

.nicemenu-sub h6 {
    color: #000 !important;
    font-size: 18px
}

.nicemenu-sub p {
    color: #333
}

.w-3-1 {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 3%
}

.shadow-left-bottom {
    box-shadow: -5px 5px 5px #888888
}
