.flags {
    position: relative;
    display: inline-block;
    z-index:10;
    padding: 0;
    margin: 0;
    overflow: visible;
}
.flags img {
    padding: 0;
    margin: auto;
    width: 35px;
    height: 25px;
}
.flagList {
    position:absolute;
    display: none;
    background: url('../images/ingame/flag-menu.png') repeat-y;
}
.flagList ol {
    list-style-type: none;
}
.flags:hover .flagList {
    display: block;
}