.expandtickerw a:hover{
background: none;
color: white;
}
.expandtickerw a{
background: none;
color: white;
}
.expandtickerw{
margin-top: -5px;
margin-left: 4px;
margin-bottom: 11px;
background-image: url(../guilds/red_tol.png);
border: 1px solid #545454;
padding-top:2px;
padding-left:7px;
padding-bottom:0px;
width: 94%;
height:33px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

 
.expandticker {
margin-top: -12px;
margin-left: 4px;
background-image: url(../guilds/guildtop.png);
border: 1px solid #545454;
padding-top:2px;
padding-left:7px;
width: 94%;
height:35px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}
.expandticker a{
color: black;

}
.expandcontent a:hover{
background: none;
color: black;
}
.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ffdb8d;
padding: 1px;
}


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;
}