.selectbox {
    position: relative;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #93d500;
    color: #54565a;
    background-color: #fff;
    line-height: normal
}
.selectbox .select {
    width: 100%
}
.section:active {
    background: #f1fae2;
}
.selectbox .select .text {
    display: block;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
}
.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/select_arr.png) no-repeat right;
    cursor: pointer
}
.selectbox .dropdown {
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #93d500;
    border-bottom: none;
}
.selectbox .dropdown ul {
    margin: 0;
    padding: 0;
}
.selectbox li {
    border: none;
    width: 100%;
    cursor: pointer;
    min-height: 15px;
    border-bottom: 1px solid #93d500
}