    .easy-select-box{
        position: absolute;
        right: 1px;
        top: 18px;
//        width:100px;
        width:145px;
        font-size:11px;
        color:#0c2245;
    }
    .easy-select-box .easy-select-box-disp,
    .easy-select-box .easy-select-box-disp:visited{
//        background: url(/tr/images/gfx/bg-select-1.png) no-repeat 0 0;
        background: url(/tr/images/language_chooser.png) no-repeat 0 0;
        display:block;
        color:#0c2245;
//        padding:0 3px;
        padding:0 10px;
//        height:18px;
        height:25px;
        line-height:25px;
        text-decoration:none;
    }
    .easy-select-box .easy-select-box-disp:hover{
        position:relative;
//        background-position: 0 -18px;
        background-position: 0 -25px;
        text-decoration:none;
    }
    .easy-select-box ul{
        position:absolute;
        top:100%;
        left:0;
        border:1px solid #cccccc;
        display:none;
        z-index:99;
//        width:116px;
        width:145px;
        max-height:200px;
        overflow:auto;
        background:#FFFFFF;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .easy-select-box ul li {
        background: no-repeat 3px center;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .easy-select-box ul li a,
    .easy-select-box ul li a:visited{
        padding:3px;
        background:#FFF;
        display:block;
        color:#0c2245;
        cursor:default;
    }
    .easy-select-box ul li a:hover{
        background:#3399ff;
        color:#FFFFFF;
        text-decoration:none;
    }
    
    .easy-select-box ul li.DE {
        background-image: url(/tr/images/gfx/flags/de.png);
    }
    .easy-select-box ul li.FR {
        background-image: url(/tr/images/gfx/flags/fr.png);
    }
    .easy-select-box ul li.EN {
        background-image: url(/tr/images/gfx/flags/gb.png);
    }
    .easy-select-box ul li.ES {
        background-image: url(/tr/images/gfx/flags/es.png);
    }
    .easy-select-box ul li.IT {
        background-image: url(/tr/images/gfx/flags/it.png);
    }
    .easy-select-box ul li.FI {
        background-image: url(/tr/images/gfx/flags/fi.png);
    }
    .easy-select-box ul li.SV {
        background-image: url(/tr/images/gfx/flags/sv.png);
    }
    .easy-select-box ul li.TR {
        background-image: url(/tr/images/gfx/flags/tr.png);
    }
    