/* block top currencies */
#currencies_block_top {
    /*margin: 0.4em 0.5em 0 0;*/
    float: left;
    width: 8em;
    text-align: left
}
#header_right #currencies_block_top ul li {
    float: left;
    margin-right: 0.2em;
    margin-bottom: 2px
}
#header_right #currencies_block_top ul li a {
    display: block;
    text-decoration: none;
    min-width: 1em;
    padding: 0 2px 0 3px;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle
}

#header_right #currencies_block_top ul li.selected a { font-weight: bold; color: black}
#header_right #currencies_block_top ul li a { color: black}
#header_right #currencies_block_top ul li a:hover { color: white; background-color: green;}
#header_right #currencies_block_top p { clear: left }