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

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

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

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

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

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

