.select-menu{
background: url(select-background.jpg) no-repeat;
width:250px;
height:30px;
padding:0;
margin: 0;
}
.select-menu select {
width:200px;
height:30px;
padding:5px;
font-size:12px;
color:#223C75;
background:#f1f1f1;
border:0;
}

.select-menu select option{
padding:5px;
}