.navhome{
    width:214px;
    height:129px;
    background: url("img/home/home.gif") no-repeat;
    border:none;
}


.navhome:hover{
    width:214px;
    height:129px;
    background: url("img/home/home-hov.gif") no-repeat;
    cursor:pointer;
}


.navabout{
    width:214px;
    height:129px;
    background: url("img/about/about.gif") no-repeat;
    border:none;
}


.navabout:hover{
    width:214px;
    height:129px;
    background: url("img/about/about-hov.gif") no-repeat;
    cursor:pointer;
}

.navguestbook{
    width:214px;
    height:129px;
    background: url("img/guestbook/guestbook.gif") no-repeat;
    border:none;
}


.navguestbook:hover{
    width:214px;
    height:129px;
    background: url("img/guestbook/guestbook-hov.gif") no-repeat;
    cursor:pointer;
}