.expandticker{
border:1px solid black;
padding:7px;
background:lightyellow;
width: 200px;
height:130px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
font: normal 10px Verdana;
}

ul.dropdownlist{
font: normal 10px Verdana;
margin-top: 4px;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #657593;
padding: 3px;
}


ul.dropdownlist li a{
display: block;
background: #C0C0C0;
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
background: #999999;
color: black;
}

ul.dropdownlist li.selected a{
background: #657593;
color: white;
}