.expandticker{
	width: 620px;
	padding-right:5px;
	height:380px;
	overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
	position: relative;
	text-align:justify;
}

BODY {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #fffae7;
scrollbar-shadow-color: #fffae7;
scrollbar-3dlight-color: #fffae7;
scrollbar-track-color: #fffae7;
scrollbar-darkshadow-color: #fffae7;
} 

.expandcontent{
}

ul.dropdownlist{
font: normal 12px Tahoma;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
width:250px;
list-style-type: none;
background: white;
border: 1px solid #ca431a;
padding: 3px;
}


ul.dropdownlist li a{
display: block;
background: #ffdb8d;
width:250px;
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
background: #ffbf6d;
width:250px;
color: black;
}

ul.dropdownlist li.selected a{
background: #ca431a;
width:250px;
color: white;
}
