div#buynow {
    height: auto; width: 150px;
}
div#buynow li {
    height: 24px; width: 103px; margin: 10px;  font-family: Arial, Helvetica, sans-serif;
    font-size: 12; text-align: center; line-height: 20px; list-style-type: none;
    background-image: url(/images/bback.gif); background-repeat: no-repeat;
}
div#buynow li a {
    display: block; width: 100%; height: 100%; text-decoration: none;
}
div#buynow li a:link {
    color: white;
}
div#buynow li a:visited {
    color: white;
}
div#buynow li a:hover {
     font-weight: bold; color: red; background-image: url(/images/bback2.gif); background-repeat: no-repeat;
}
div#buynow li a:active {
    font-weight: bold; color: red; background-image: url(/images/bback2.gif); background-repeat: no-repeat;
}


/*Contact Button*/
div#contact {
    height: auto; width: 150px;
}
div#contact li {
    height: 22px; width: 101px; margin: 10px;  font-family: Arial, Helvetica, sans-serif;
    font-size: 12; text-align: center; line-height: 20px; list-style-type: none;
    background-image: url(/images/bback.gif); background-repeat: no-repeat;
}
div#contact li a {
    display: block; width: 100%; height: 100%; text-decoration: none;
}
div#contact li a:link {
    color: white;
}
div#contact li a:visited {
    color: white;
}
div#contact li a:hover {
    font-weight: bold; color: red; background-image: url(/images/bback2.gif); background-repeat: no-repeat;
}
div#contact li a:active {
    font-weight: bold; color: red; background-image: url(/images/bback2.gif); background-repeat: no-repeat;
}
