a.metro_map_link{
    font: 11px/17px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
    color: #000;
    display:inline-block;
    position: absolute;
    text-decoration:none;
    z-index: 1;
    padding: 0 3px;
    text-shadow:
        -1px -1px 0 #f3f3f3,
        1px -1px 0 #f3f3f3,
        -1px 1px 0 #f3f3f3,
        1px 1px 0 #f3f3f3;
}
a.metro_map_link:hover{
    color: #f00;
}
a.metro_map_link.jqhover{
    color: #f00;
}
a.metro_map_link.activem.jqhover{
    color: #fff;
}

a.metro_map_link.activem, a.metro_map_link.activem:hover{
    color: #fff;
    text-shadow: none;
}

.st_bg{
    background-color: transparent;
    position: absolute;
    z-index: 0;
}
.metro_map_link.activem+.st_bg{
    background-color: #ff5e4e;
}

.st_bg.active{
    background-color: #ff5e4e;
}