#language
{
    margin-bottom : 10px;
    float : right;
}

#language a
{
   font-size: 12px;
   color : white;
   background-image : url('../img/slayt/dil.gif');
   background-repeat: repeat-y;
   height: 26px;
   width : 35px;
   float : left;
   text-align: center;
   vertical-align: middle;
   padding-top : 9px;
   margin-left : 5px;
   text-decoration: none;
   border-radius: 5px 5px 5px 5px;
}

#language a.pol
{
   background-image : url('../img/language02.gif');
}

#language a:hover
{
    color : #FB6C07;
}