.expandticker{
padding:7px;
direction:rtl;
text-align:justify;
width: 385px;
height:200px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
background: white;
border: 1px solid #309;
padding: 3px;
}
ul.dropdownlist li{ 
list-style-type: none;
}
ul.dropdownlist li a{
display: block;
background:#E3EEFF;
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
background: #A3CEEF;
color: black;
}

ul.dropdownlist li.selected a{
background-color:#5698ba;
color: white;
}
