﻿select{
height:20px;
width:150px;
}
.divSlt{
position:absolute;
font-size:12px;
}
.divSlt span{
display:block;
width:100%;
text-align:left;
color:#d5aaaa;
border:1px solid #5d0909;
background:#700707 url(/images/select_right.gif) no-repeat right center;
text-indent:6px;
cursor:pointer;
}
.divSlt ul{
display:block;
text-align:left;
background-color:#700707;
width:100%;
color:#d5aaaa;
border:1px solid #5d0909;
border-top:0px;
margin:0px;
padding:0px;
list-style:none;

}
.divSlt ul li{
text-indent:5px;
height:20px;
line-height:20px;
cursor:pointer;
}