.smallDropDown,
.smallDropDownActive {

    position: absolute;

    width: 26px;

    padding-top: 2px;

    padding-left: 2px;

    background-color: #333;

    color: #eee;

    outline: none;

    cursor: pointer;

    font-weight: bold;

    font-size: 12px;

}



.smallDropDown {

    z-index: 0;

    height: 14px;

}



.smallDropDownActive {

    z-index: 100;

}



.smallDropDown:after,
.smallDropDownActive:after {

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    right: 2px;

    top: 4px;

    border-width: 4px 0 4px 4px;

    border-style: solid;

    border-color: transparent #fff;

}



.smallDropDownActive:after {

    top: 6px;

    border-color: #fff transparent;

    border-width: 4px 4px 0 4px;

}



.smallDropDown:hover:after {

    border-color: transparent #3DD13F;

}



.smallDropDown .dropDown,
.smallDropDown .multiDropDown {

    position: absolute;

    overflow-y: hidden;

    height: 0px;

    font-weight: normal;

    opacity: 0;

}



.smallDropDownActive .dropDown li,
.smallDropDownActive .multiDropDown li {

    display: block;

    z-index: 100;

    position: relative;

    text-decoration: none;

    width: 22px;

    left: 0px;

    padding-left: 2px;

    overflow: hidden;

}



.smallDropDownActive .dropDown li:hover,
.smallDropDownActive .multiDropDown li:hover {

    background: #333;

    color: #eee;

}



.smallDropDownActive .multiDropDown .itemSelected {

    color: #000;

}



.smallDropDownActive .multiDropDown .itemSelected:hover {

    color: #000;

}



.smallDropDownActive .dropDown,
.smallDropDownActive .multiDropDown {

    opacity: 1;

    position: relative;

    margin-top: 2px;

    margin-bottom: 2px;

    overflow-y: auto;

    max-height: 226px;

    padding-right: 0;

}



.smallDropDownActive {

    background: #777;

    color: #eee;

}