.expandticker{
font-family: Calibri, "Trebuchet MS", sans-serif;
font-size:11px;
padding:3px;
width: 350px;
height:60px;

overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font-family: Calibri, "Trebuchet MS", sans-serif;
font-size:11px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #c6070b;
padding: 2px;
}


ul.dropdownlist li a{
display: block;
background: #ffacae;
color: black;
text-decoration: none;
padding: 2px 5px 2px 2px;
}

ul.dropdownlist li a:hover{
background: #ff6b6e;
color: black;
}

ul.dropdownlist li.selected a{
background: #c6070b;
color: white;
}
