.expandticker{
border-width:0px;
width:100%;
width: 300px;
height:150px;
overflow-y:auto;
overflow-x:hidden;
position: relative;
font-family:Tahoma;
font-size:10pt;
}
.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 10pt Tahoma;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #ca431a;
padding: 3px;
}


ul.dropdownlist li a{
display: block;
background: white;
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;
}