.k-dropdown-wrap.k-state-default {
    background: none;
}

.k-dropdown-wrap .k-state-selected{
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.06)),to(rgba(0,0,0,.01)));
    background-image: none,-webkit-linear-gradient(top,rgba(0,0,0,.06) 0,rgba(0,0,0,.01) 100%);
    background-image: none,linear-gradient(to bottom,rgba(0,0,0,.06) 0,rgba(0,0,0,.01) 100%);
}