ul.menuPrice li a {
    float: left;
    width: 100%;
    padding: 10px;
    background: #efe6e6;
    margin-bottom: 4px;
    color: #000;
}
ul.menuPrice li a:hover {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fbc656;
    margin-bottom: 4px;
    color: #ffff !important;
}