.expandticker{
border:1px dotted #18408e;
padding:7px;
background:#d2d6b9;
width: 400px;
height: 110px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #18408e;
padding: 3px;
}


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

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

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