.selectstyler {
position: relative;
width: 208px;
height: 28px;
background: #fff url(selectstyler/select-bg.png) no-repeat;
display: inline-block;
cursor: pointer;
cursor: hand;
z-index: 1;
border: 0;
line-height: 28px;
padding-left: 20px;
color: #4281a3;
padding-right: 30px;
}
.selectstylerouter:hover .selectstyler {
    /*border: 1px solid #c9c9c9;*/
}
.selectstylerouter:hover .selectstylerul{
   border-left:1px solid #c9c9c9;
   border-right:1px solid #c9c9c9;
   border-bottom:1px solid #c9c9c9;
}
.selectstyler.active {
    background: #fff url(selectstyler/select-bg-active.png) no-repeat;
}
.selectstylerouter {
    display: inline-block;
float: right;
position: relative;
}
.selectstylerouter .selectstylerul {
display: none;
position: absolute;
z-index: 10;
padding: 0;
margin: 0;
width: 225px;
height: 100px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #ccc;
left: 15px;
top: 29px;
}
.selectstylerouter .selectstylerul li {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 212px;
    cursor: pointer;
    cursor: hand;
    list-style: none;
    padding: 7px;
    color: #4281a3;
}
.selectstylerouter .selectstylerul li:hover {
    background: #ddd;
}
.selectstylerouter .selectstylerul .activeli {
    background: #eee;
}