/* TOP IMAGE NAVIGATIONS */


.imagerollovernav
{
    position: relative;
    display: inline;
    border: 0;
    float: left;
    margin: 2px;
}

.imagerollovernav img
{
    border: 0;
}


* html a:hover
{
    visibility: visible;
}

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




a#aboutus
{
    background: url(../images/links/about_us_roll.gif) no-repeat;
    float: left;
}

a#patientinformation
{
    background: url(../images/links/patient_info_roll.gif) no-repeat;
    float: left;
}


a#admissions
{
    background: url(../images/links/admissions_roll.gif) no-repeat;
    float: left;
}

a#inpatientservices
{
    background: url(../images/links/ip_services_roll.gif) no-repeat;
    float: left;
}

a#outpatientservices
{
    background: url(../images/links/op_services_roll.gif) no-repeat;
    float: left;
}
a#homehealth
{
    background: url(../images/links/home_health_roll.gif) no-repeat;
    float: left;
}

a#newsandevents
{
    background: url(../images/links/news_events_roll.gif) no-repeat;
    float: left;
}



/* END OF NAVIGATION */
