.expandticker{
padding:10px;
width: 230px;
height: 200px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
background: #f6f6f6;
border: 1px solid #cccccc;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
width:100px;
list-style-type: none;
background: white;
border: 1px solid #0099CC;
padding: 3px;
}


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

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

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