@import url("ateamo2.css"); @import url("ateamo3.css");


	

/* 
use this it will work but with IE10+ and for FF :

your css should look like this :
*/

.ATSearchBar select :: -ms-expand {
display: none;
}

/*
then for the rest :
*/

.ATSearchBar select {
outline : none;
overflow : hidden;
text-indent : 0.01px;
text-overflow : '';

-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;

-webkit-appearance: none; background-image: url('../img/icon/select-arrows.png'); background-repeat: no-repeat; background-position: right center;
}