/* VERTICAL IMAGE ROLLOVERS */

.imagerollover img
{
    border: none;
}

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

* html a:hover
{
    visibility: visible;
}

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


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;
}
a#spanish
{
    background: url(../images/links/spanish_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}
a#patient
{
    background: url(../images/links/patient_safety_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
}
a#neuro
{
    background: url(../images/links/neuro_roll.gif) no-repeat;
    float: left;
    margin-bottom: .5em;
	clear: both;
}
/* END IMAGE ROLLOVERS */