.expandticker{
padding:7px;
background:#FFF;
width: 170px;
height:240px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
font-size:9pt;
color:#CC3399;
}

ul.dropdownlist{
font: normal 13px 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:#666;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
background:#F63;
color: black;
}
ul.dropdownlist li a:visited{
background: #ffbf6d;
color: black;
}
ul.dropdownlist li.selected a{
background: #ca431a;
color: white;
}
a:link {color:#CC3399; text-decoration:none;}      /* unvisited link */
a:visited {color:#CC3399; text-decoration:none;}  /* visited link */
a:hover {color:#CC3366;}  /* mouse over link */
a:active {color:#66C;}  /* selected link */ 

.tit , .tit a{
	font-size:15px;
	font-weight:bold;
	color:#F30;
	text-decoration:none;
	margin-top:20px;
}

