.expandticker{
	font: normal 13px Arial;
	border:0px ;
	padding:0px;
	background:lightyellow;
	width: 400px;
	height:15;
	overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
	position: relative;
	background-color: #FFFFFF;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
width: 210px;
font: normal 13px Arial;
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;
width: 210px;
background: #ffdb8d;
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
width: 210px;
background: #ffbf6d;
color: black;
}

ul.dropdownlist li.selected a{
width: 210px;
background: #ca431a;
color: white;
}

