.expandrecentposts{
	border: 2px;
	border-style: solid;
	border-color:#d6d6d6;
	padding: 7px;
	background: #a7d0f0;
	width: 250px;
	height: 200px;
	overflow-y: auto; /*set DIV to scroll if content exceeds ticker height*/
	position: relative;
	background-color: #BBF1FF;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 18px Verdana;
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;
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;
}
