
/********************************* SAINT SELECTIONS **********/
/* -- home -- */
#home
{
    width: 116px;
    height: 42px;
    background-image: url('../images/home.jpg');
    background-repeat: no-repeat;
    float: left;
    
}
#home a
{
    width: 116px;
    height: 42px;
    background-image: url('../images/home.jpg');
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#home a:hover
{
    width: 116px;
    height: 42px;
    display: block;
    background-image: url('../images/home_on.jpg');
    background-repeat: no-repeat;
    float: left;
}

#home_selected
{
    width: 116px;
    height: 42px;
    display: block;
    background-image: url('../images/home_on.jpg');
    background-repeat: no-repeat;
    float: left;
}


/* -- services -- */
#services
{
    width: 134px;
    height: 42px;
    background-image: url('../images/services.jpg');
    background-repeat: no-repeat;
    float: left;
}
#services a
{
    width: 134px;
    height: 42px;
    background-image: url('../images/services.jpg');
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#services a:hover
{
    width: 134px;
    height: 42px;
    display: block;
    background-image: url('../images/services_on.jpg');
    background-repeat: no-repeat;
    float: left;
}

#services_selected
{
    width: 134px;
    height: 42px;
    display: block;
    background-image: url('../images/services_on.jpg');
    background-repeat: no-repeat;
    float: left;
}


/* -- about us -- */
#aboutus
{
    width: 147px;
    height: 42px;
    background-image: url('../images/aboutus.jpg');
    background-repeat: no-repeat;
    float: left;
}
#aboutus a
{
    width: 147px;
    height: 42px;
    background-image: url('../images/aboutus.jpg');
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#aboutus a:hover
{
    width: 147px;
    height: 42px;
    display: block;
    background-image: url('../images/aboutus_on.jpg');
    background-repeat: no-repeat;
    float: left;
}

#aboutus_selected
{
    width: 147px;
    height: 42px;
    display: block;
    background-image: url('../images/aboutus_on.jpg');
    background-repeat: no-repeat;
    float: left;
}


/* -- location -- */
#location
{
    width: 144px;
    height: 42px;
    background-image: url('../images/location.jpg');
    background-repeat: no-repeat;
    float: left;
}
#location a
{
    width: 144px;
    height: 42px;
    background-image: url('../images/location.jpg');
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#location a:hover
{
    width: 144px;
    height: 42px;
    display: block;
    background-image: url('../images/location_on.jpg');
    background-repeat: no-repeat;
    float: left;
}

#location_selected
{
    width: 144px;
    height: 42px;
    display: block;
    background-image: url('../images/location_on.jpg');
    background-repeat: no-repeat;
    float: left;
}


/* -- contact -- */
#contact
{
    width: 145px;
    height: 42px;
    background-image: url('../images/contact.jpg');
    background-repeat: no-repeat;
    float: left;
}
#contact a
{
    width: 145px;
    height: 42px;
    background-image: url('../images/contact.jpg');
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#contact a:hover
{
    width: 145px;
    height: 42px;
    display: block;
    background-image: url('../images/contact_on.jpg');
    background-repeat: no-repeat;
    float: left;
}

#contact_selected
{
    width: 145px;
    height: 42px;
    display: block;
    background-image: url('../images/contact_on.jpg');
    background-repeat: no-repeat;
    float: left;
}
