ul.fontselector {
background: white;
border: 1px solid #ccc;
border-top: 0;
font-size: 14px;
float: left;
list-style: none;
margin: 0;
padding:0;
line-height: 1.2;
z-index: 10;
position: absolute;
}
ul.fontselector li {
margin: 0;
padding: 0;
list-style: none;
}
ul.fontselector a {
display: block;
padding: 3px;
color: black;
text-decoration: none;
}
ul.fontselector a:hover {
background: #ddd;
cursor: pointer;
}