#navigation table td a.navItem-gotoshop {
    color: white;
    font-weight: bold;
    display: inline-block;
}
#navigation table td a.navItem-gotoshop:hover {
    color: white;
}
#navigation table td a.navItem-gotoshop span {
    font-weight: bold;
    background: #c00;
    border: none;
    display: inline-block;
    margin: -5px 10px;
    padding: 5px 10px;
}
#navigation table td a.navItem-gotoshop:hover span {
    font-weight: bold;
    background: #990000;
}