.newListSelected{
width:135px;
margin:0 auto;
}
.selectedTxt{
width:100px;
height:25px;
padding:0 30px 0 10px;
overflow:hidden;
background:url(images/select1.gif) no-repeat;
color:#000;
font-size:24px;
line-height:22px;
zoom:1;
position:relative;
text-align:left;
font-size:1em;
z-index:1;
}
.newList{
list-style:none;
padding:0;
margin:0 0 0 4px;
width:135px;
position:absolute;
z-index:500;
top:25px;
}
.newList li{padding:0;margin:0;}
.newList li a{
display:block;
background:#FFF;
opacity:0.85;
filter:alpha(opacity=85);
font-size:1em;
text-align:left;
padding:0 6px;
line-height:normal;
outline:none;
height:25px;
padding:6px 0 0 6px;
overflow:hidden;
}
.newList li a:link,.newList li a:visited,.newList li a:hover{color:#000;text-decoration:none;}
.newList li a.hiLite,.newList li a.newListHover{opacity:0.95;filter:alpha(opacity=95);} |