@charset "utf-8";

/* ------ Make Current Page Active In Nav (top level) -------- */
#services a.services, #healthybodymind a.healthybodymind, #concierge a.concierge, #assistedlivingservices a.assistedlivingservices, #independentlivingservices a.independentlivingservices
{
	background-color:Transparent;
	font-weight:bold;
	background-image:url(../images/bg-leftNav_btn_lrg.png);
     height:44px;
}
#services a.services
{
	background-color:Transparent;
	font-weight:bold;
	background-image:url(../images/bg-leftNav_btn.jpg);
	height:29px;
}

/* ------------------------------------------- */


/* -------- Nav Bar ------------- */
/*Override the defaults since most links are single line, but here most of them are double */

#leftNav .large a:hover
{
    background-image:url(../images/bg-leftNav_btn_lrg.png);
}

#leftNav .large
{
    height:44px;
}



#leftNav .large a
{
    height:44px;   
}


.singleline
{
    top:4px;   
}




