.expandticker{
border: 1px solid #516ca2;
border-radius: 5px;
padding:7px;
background: #fff;
width: 185px;
height: 182px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
color: #000;
font-size: .95em;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal .95em Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
z-index: 100;
list-style-type: none;
background: white;
border: 1px solid #516ca2;
padding: 3px;
}


ul.dropdownlist li a{
display: block;
background: #ffdb8d;
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

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

ul.dropdownlist li.selected a{
background: #ca431a;
color: white;
}