﻿.menu_footerbottom {
    padding: 0;
    margin-top: 25px;
    float: left;
}
    .menu_footerbottom li {
        background: url(img/k_menufooterbottom_border.png) no-repeat right center;
        padding:0 12px;
        list-style: none;
        float: left;
    }
    .menu_footerbottom li:last-child {
        background: none;
        padding-right: 0;
    }
    .menu_footerbottom li:hover {
    }
    .menu_footerbottom li a {
        color: #6ab0eb;
        font-size: 12px;
    }
     .menu_footerbottom li:hover a {
         color: #fff;
         text-decoration: none;
    }