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