.top_post_header_link a {
    display: inline-block;
}
.top_post_header_link a.home_link {
    background: #e73838;
}
.top_post_header_link a.new_post_link {
    background: #55acee;
}
.top_post_header_link a.new_product_link {
    background: #7bc015;
}

.top_post_header_link a span {
    border-radius: 3px;
    padding: 4px 7px;
    color: #fff;
    font-size:9.5pt;
    display: block;
}
