.expandticker{
  color: white;
  	text-decoration: none;
	font-weight: bold;
	  font-family: Arial;
}

a.expandticker1:hover {
  color: yellow;
  	text-decoration: none;
	font-weight: bold;
	  font-family: Arial;
}
a.expandticker1{
  color: white;
  	text-decoration: none;
	font-weight: bold;
	  font-family: Arial;
}
.expandcontent{
display:none;
font-size:13px;
font-family:Trebuchet MS;
color:#CCCCCC;
}

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 #000000;
padding: 2px;
}


ul.dropdownlist li a{
display: block;
font: normal 11px Arial;
background: #ffffff;
font-weight: normal;
color: black;
text-decoration: none;
padding: 2px 2px 2px 2px;
}

ul.dropdownlist li a:hover{
background: #E3F0F9;
color: black;
font-weight: normal;
}

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