/********************************************
* Hospice of the Valley
* Developed by I-ology
* http://www.i-ology.com
*
* Created 08/06/07 - BD
*
* Dementia Professionals Definitions
********************************************/

/*********************************
* Titles
*********************************/

#ttl-clinical-resources,
#ttl-elearning,
#ttl-consult-dr,
#ttl-dementia-digest,
#ttl-education-mats,
#ttl-who-eligible {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-clinical-resources {
    background: url(/images/ttl_clinical_resources.gif) top left no-repeat;
}
#ttl-elearning {
    background: url(/images/ttl_elearning.gif) top left no-repeat;
}
#ttl-consult-dr {
    background: url(/images/ttl_consult_dr.gif) top left no-repeat;
}
#ttl-dementia-digest {
    background: url(/images/ttl_dementia_in_touch.gif) top left no-repeat;
}
#ttl-education-mats {
    background: url(/images/ttl_education_mats.gif) top left no-repeat;
}
#ttl-who-eligible {
    background: url(/images/ttl_who_eligible.gif) top left no-repeat;
}

/*********************************
* Sub Navigation 
*********************************/

#subnav a#who-eligible {
    background: url(/images/subnav_who_eligible.gif) top left no-repeat;
}
#subnav a#clinical-resources {
    background: url(/images/subnav_clinical_resources.gif) top left no-repeat;
}


#subnav a:hover#who-eligible, body.who-eligible-on #subnav #who-eligible {
    background: url(/images/subnav_who_eligible.gif) bottom left no-repeat;
}
#subnav a:hover#clinical-resources, body.clinical-resources-on #subnav #clinical-resources {
    background: url(/images/subnav_clinical_resources.gif) bottom left no-repeat;
}


/*********************************
* Tertiary Navigation 
*********************************/

a#elearning {
    background: url(/images/tertiary_elearning.gif) top left no-repeat;
}
a#consult-dr {
    background: url(/images/tertiary_consult_dr.gif) top left no-repeat;
}
#tertiary-resources li a#dementia-in-touch {
    height: 33px;
    background: url(/images/tertiary_dementia_in_touch.gif) top left no-repeat;
}
a#education-mats {
    background: url(/images/tertiary_education_mats.gif) top left no-repeat;
}

a:hover#elearning, body.elearning-on #elearning {
    background: url(/images/tertiary_elearning.gif) bottom left no-repeat;
}
a:hover#consult-dr, body.consult-dr-on #consult-dr {
    background: url(/images/tertiary_consult_dr.gif) bottom left no-repeat;
}
#tertiary-resources li a:hover#dementia-in-touch, body.dementia-in-touch-on #tertiary-resources li #dementia-in-touch {
    height: 33px;
    background: url(/images/tertiary_dementia_in_touch.gif) bottom left no-repeat;
}
a:hover#education-mats, body.education-mats-on #education-mats {
    background: url(/images/tertiary_education_mats.gif) bottom left no-repeat;
}
