/* CSS Document */

a#lovequotes {
    display: block;
    width: 141px;
    height: 67px;
    background: url("lovequotesbutton.jpg") no-repeat;
}

a#lovequotes:hover {
    background: url("lovequotesbuttonhover.jpg") no-repeat;
}

a#lovepoems {
    display: block;
    width: 141px;
    height: 67px;
    background: url("lovepoemsbutton.jpg") no-repeat;
}

a#lovepoems:hover {
    background: url("lovepoemsbuttonhover.jpg") no-repeat;
}

a#lovestories {
    display: block;
    width: 141px;
    height: 67px;
    background: url("lovestoriesbutton.jpg") no-repeat;
}

a#lovestories:hover {
    background: url("lovestoriesbuttonhover.jpg") no-repeat;
}

/* ie6 needs his fix*/ 
a#lovequotes:hover {zoom:1;} 
a#lovepoems:hover {zoom:1;} 
a#lovestories:hover {zoom:1;} 