.expandticker{
border:0px solid black;
padding:7px;
width: 590px;
height:100px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

a.expandticker1:hover {
  color: blue;
  	text-decoration: none;
	font-weight: bold;
}
a.expandticker1{
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: red;
  	text-decoration: none;
}
.expandcontent{
display:none;
font-size:13px;
font-family:Trebuchet MS;
text-align:justify;
padding-top: 4px;
}

ul.dropdownlist{
font: normal 12px Arial;
margin: 2;
padding: 2;
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: #ffdb8d;
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;
}