
#top_bar > ul > li:first-child
{
   float: right;
    width: 90px;
    height: 100%;
    text-align: center;
    background-image: url("../obrazy/PL_flag.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}
