/* NORMALE BUTTON MET PIJLTJE */
a.top-button {
    background: transparent url('http://www.habboblog.nl/images/lay/button_right.gif') no-repeat scroll top right;
    color: black;
    display: block;
    float: left;
    font: normal 10px verdana;
    font-weight: bold;
    height: 18px;
    margin-right: 6px;
    padding-right: 20px; 
    text-decoration: none;
    line-height: 18px; 
}
a.top-button span {
    background: transparent url('http://www.habboblog.nl/images/lay/button_left.gif') no-repeat;
    display: block;
    padding: 0px 10 0px 12px;
}
a.top-button:hover {
    background-position: bottom right;
    color: black;
    outline: none;
}
a.top-button:hover span {
    background-position: bottom left;
}



/* GEACTIEVEERDE BUTTON MET PIJLTJE */
a.top-button_active {
    background: transparent url('http://www.habboblog.nl/images/lay/button_right_active.gif') no-repeat scroll top right;
    color: black;
    display: block;
    float: left;
    font: normal 10px verdana;
    font-weight: bold;
    height: 18px;
    margin-right: 6px;
    padding-right: 20px; 
    text-decoration: none;
}
a.top-button_active span {
    background: transparent url('http://www.habboblog.nl/images/lay/button_left.gif') no-repeat;
    display: block;
    line-height: 18px; 
    padding: 0px 10 0px 12px;
}
a.top-button_active:hover {
    background-position: bottom right;
    color: black;
    outline: none;
}
a.top-button_active:hover span {
    background-position: bottom left;
}