/* VERTICAL IMAGE ROLLOVERS */


.imagerollover img
{
    border: none;
}

.imagerollover a:hover img
{
    visibility: hidden;
}

* html a:hover
{
    visibility: visible;
}

a#directions
{
    background: url(../images/links/directions_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

a#contactus
{
    background: url(../images/links/contactus_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

a#careers
{
    background: url(../images/links/careers_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}


#faqs
{
    background: url(../images/links/rehab_programs_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

#staff
{
    background: url(../images/links/rehab_tech_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

#quality
{
    background: url(../images/links/quality_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

#photogallery
{
    background: url(../images/links/photo_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

#rehab_programs
{
    background: url(../images/links/rehab_programs_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}

#rehab_tech
{
    background: url(../images/links/rehab_tech_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}
#support
{
    background: url(../images/links/support_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}


/* END IMAGE ROLLOVERS */