.expandticker{
border:0px solid gray;
padding:1px;
background: none;
width: 600px;
height:22px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
margin: 5px 0px 0px 10px;
}

ul.dropdownlist{
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #0066cc;
padding: 3px;
}


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

.genews {

color: #D97400;
font-weight: bold;
}


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

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