td.navbar_button
{
    width: 160px;
    height: 35px;
    background-image: url(../images_site/button_blank_up_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-left: 0px;
}

td.navbar_button:hover
{
    background-image: url(../images_site/button_blank_down_bg.jpg);
    padding-top: 2px;
    padding-left: 2px;
}

.navbar_button2
{
    width: 160px;
    height: 35px;
    background-image: url(../images_site/button_blank_up_bg.jpg);
    background-repeat: no-repeat;
}

.navbar_button2 a
{
    background-image: url(../images_site/button_blank_up_bg.jpg);
    background-repeat: no-repeat;
}

.navbar_button2 a:hover
{
    background-image: url(../images_site/button_blank_down_bg.jpg);
    background-repeat: no-repeat;
}