/*	NAVIGATION	*/
.current_home	{
	background: url(../images/nav/home_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_home span { 
        display: none; 
}

a.button_home { 
        background:url(../images/nav/home_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}
a.button_home span { 
        display: none; 
}
a.button_home:hover  { 
        background: url(../images/nav/home_button.gif) repeat 0px -17px; 
}
a.button_home:active	{
	background: url(../images/nav/home_button.gif) repeat 0px -17px; 
}

/**************/

.current_units	{
	background: url(../images/nav/units_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_units span { 
        display: none; 
}

a.button_units { 
        background:url(../images/nav/units_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}

a.button_units span { 
        display: none; 
}

a.button_units:hover { 
        background: url(../images/nav/units_button.gif) repeat 0px -17px; 
}

/**************/

.current_facilities	{
	background: url(../images/nav/facilities_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_facilities span { 
        display: none; 
}

a.button_facilities { 
        background:url(../images/nav/facilities_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}

a.button_facilities span { 
        display: none; 
}

a.button_facilities:hover { 
        background: url(../images/nav/facilities_button.gif) repeat 0px -17px; 
}

/**************/

.current_frail_care	{
	background: url(../images/nav/frail_care_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_frail_care span { 
        display: none; 
}

a.button_frail_care { 
        background:url(../images/nav/frail_care_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}
a.button_frail_care span { 
        display: none; 
}
a.button_frail_care:hover { 
        background: url(../images/nav/frail_care_button.gif) repeat 0px -17px; 
}

/**************/

.current_lifestyle	{
	background: url(../images/nav/lifestyle_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_lifestyle span { 
        display: none; 
}

a.button_lifestyle { 
        background:url(../images/nav/lifestyle_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}
a.button_lifestyle span { 
        display: none; 
}
a.button_lifestyle:hover { 
        background: url(../images/nav/lifestyle_button.gif) repeat 0px -17px; 
}

/**************/

.current_location	{
	background: url(../images/nav/location_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_location span { 
        display: none; 
}

a.button_location { 
        background:url(../images/nav/location_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}
a.button_location span { 
        display: none; 
}
a.button_location:hover { 
        background: url(../images/nav/location_button.gif) repeat 0px -17px; 
}

/**************/

.current_contact	{
	background: url(../images/nav/contact_button.gif) repeat 0px -17px;
	width: 161px; 
	height: 17px; 
	display: block;  
}
.current_contact span { 
        display: none; 
}

a.button_contact { 
        background:url(../images/nav/contact_button.gif) repeat 0px 0px; 
        width: 161px; 
        height: 17px; 
        display: block; 
}
a.button_contact span { 
        display: none; 
}
a.button_contact:hover { 
        background: url(../images/nav/contact_button.gif) repeat 0px -17px; 
}
/*******END NAV**********/

