a#home
{
    background-image: url(../images/localinfo/BannerHome.jpg);
    background-repeat:no-repeat;
    height:250px;
    width:100px;
    float:left;
}
a#home:hover 
{
    background-image: url(../images/localinfo/HoverHome.jpg);
}

a#rooms
{
    background-image: url(../images/localinfo/BannerRooms.jpg);
    background-repeat:no-repeat;
    height:250px;
    width:100px;
    float:left;
}
a#rooms:hover 
{
    background-image: url(../images/localinfo/HoverRooms.jpg);
}

a#yourhosts
{
    background-image: url(../images/localinfo/BannerYourHosts.jpg);
    background-repeat:no-repeat;
    height:250px;
    width:100px;
    float:left;
}
a#yourhosts:hover 
{
    background-image: url(../images/localinfo/HoverHosts.jpg);
}

a#localinfo
{
    background-image: url(../images/localinfo/BannerLocalInfo.jpg);
    background-repeat:no-repeat;
    height:250px;
    width:100px;
    float:left;
}
a#localinfo:hover 
{
    background-image: url(../images/localinfo/BannerLocalInfo.jpg);
}

a#links
{
    background-image: url(../images/localinfo/BannerLinks.jpg);
    background-repeat:no-repeat;
    height:250px;
    width:100px;
    float:left;
}
a#links:hover 
{
    background-image: url(../images/localinfo/HoverLinks.jpg);
}

a#contactus
{
    background-image: url(../images/localinfo/BannerContactUs.jpg);
    background-repeat:no-repeat;
    height:250px;
    width:100px;
    float:left;
}
a#contactus:hover 
{
    background-image: url(../images/localinfo/HoverContact.jpg);
}
