.expandticker{
margin:0 auto;
border:0px solid black;
padding-left:0px;
width: 298px;
height:70px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
margin-bottom:5px;
}.expandcontent{
display:none;
text-align:justify;
}.expandcontent a:link{
color:#000000;
text-decoration:none;
}.expandcontent a:visited{
color:#000000;
text-decoration:none;
}.expandcontent a:hover{
color:#227ce3;
text-decoration:none;
}
ul.dropdownlist{
font: normal 11px Verdana;
margin:0;
margin-left: -310px;
margin-top: 2px;
padding: 0;
position: absolute;
left: 0;
top: 0;list-style-type: none;
background: white;
border: 1px solid #ca431a;
padding: 3px;
}
ul.dropdownlist li {
vertical-align:middle;
}
ul.dropdownlist li a{
display: block;
background: #ffdb8d;
color: black;
text-decoration: none;
padding: 3px 3px 3px 3px;
}ul.dropdownlist li a:hover{
background: #ffbf6d;
color: black;
}ul.dropdownlist li.selected a{
background: #ca431a;
color: white;
}
