/* landing Page navigation */
a.about-landing, a.kelowna-clinic, a.penticton-clinic, a.reddeer-index, a.physician-landing, a.about-home, a.treatment-home, a.resources-home, a.news-index, a.news-home, a.physician-index, a.physician-home, a.clinics-home {
	display: block; color: #234863; text-decoration: none; font-size: 14px; font-weight: bold;
}
a.about-landing:hover, a.kelowna-clinic:hover, a.penticton-clinic:hover, a.reddeer-index:hover,  a.physician-landing:hover, a.about-home:hover, a.treatment-home:hover, a.resources-home:hover, a.news-index:hover, a.news-home:hover, a.physician-home:hover, a.physician-index:hover, a.clinics-home:hover {
	color: #234863; text-decoration: none;
}

a.about-landing { /* definition of the "image" class in the <a> tag */
	width: 174px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background: url(../images/navigation/landing/about-1.jpg) no-repeat; /* source for start image */
}
	 
a.about-landing:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background: url(../images/navigation/landing/about-2.jpg) no-repeat; /* source for target image */
} 



a.kelowna-clinic { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 214px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/landing/kelowna-clinic-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.kelowna-clinic:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/landing/kelowna-clinic-2.jpg); /* source for target image */
} 



a.penticton-clinic { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 244px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/landing/penticton-clinic-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.penticton-clinic:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/landing/penticton-clinic-2.jpg); /* source for target image */
} 

a.reddeer-index {
	width: 128px;
	height: 32px;
	padding: 13px 0 0 184px;
	background: url('../images/navigation/landing/reddeer-index-1.png') no-repeat;
}
a.reddeer-index:hover {
	background: url('../images/navigation/landing/reddeer-index-2.png') no-repeat;
}


a.physician-landing { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 317px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/landing/physician-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.physician-landing:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/landing/physician-2.jpg); /* source for target image */
} 




/* home page navigation */

a.about-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 174px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/home/about-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.about-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/home/about-2.jpg); /* source for target image */
} 
	 
	 



a.treatment-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 214px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/home/treatment-home-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.treatment-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/home/treatment-home-2.jpg); /* source for target image */
} 
	 
	 
a.resources-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 244px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/home/resources-home-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.resources-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/home/resources-home-2.jpg); /* source for target image */
} 
	 
	 
	 
a.news-index {
	width: 88px;
	height: 32px;
	padding: 13px 0 0 137px;
	background: url('../images/navigation/landing/news-index-1.png') no-repeat;
}
a.news-index:hover {
	background: url('../images/navigation/landing/news-index-2.png') no-repeat;
}

a.news-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 225px; /* width of reactive image */
	height: 45px; /* height of reactive image */
	background-image: url(../images/navigation/home/news-home-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.news-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/home/news-home-2.jpg); /* source for target image */
} 
	 

a.physician-index {
    width: 173px;
    height: 34px;
	padding: 13px 0 0 77px;
    background: url('../images/navigation/landing/physician-index-1.png') no-repeat;
}
a.physician-index:hover {
	background: url('../images/navigation/landing/physician-index-2.png') no-repeat;
} 

a.physician-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 250px; /* width of reactive image */
	height: 47px; /* height of reactive image */
	background-image: url(../images/navigation/home/physician-home-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.physician-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/home/physician-home-2.jpg); /* source for target image */
} 
	 

	 
a.clinics-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 155px; /* width of reactive image */
	height: 43px; /* height of reactive image */
	background-image: url(../images/navigation/home/clinics-home-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.clinics-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/home/clinics-home-2.jpg); /* source for target image */
} 
	 
	 
	 /* inside page navigation */
	 
	 
	 
a.about-inside { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 200px; /* width of reactive image */
	height: 44px; /* height of reactive image */
	background-image: url(../images/navigation/inside/about-inside-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.about-inside:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/inside/about-inside-2.jpg); /* source for target image */
} 
	 
	 



a.treatment-inside { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 200px; /* width of reactive image */
	height: 39px; /* height of reactive image */
	background-image: url(../images/navigation/inside/treatment-inside-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.treatment-inside:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/inside/treatment-inside-2.jpg); /* source for target image */
} 
	 
	 
a.resources-inside { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 200px; /* width of reactive image */
	height: 39px; /* height of reactive image */
	background-image: url(../images/navigation/inside/resources-inside-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.resources-inside:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/inside/resources-inside-2.jpg); /* source for target image */
} 
	 
	 
	 
a.news-inside { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 105px; /* width of reactive image */
	height: 33px; /* height of reactive image */
	background-image: url(../images/navigation/inside/news-inside-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.news-inside:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/inside/news-inside-2.jpg); /* source for target image */
} 
	 

		 	 a.physician-inside { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 140px; /* width of reactive image */
	height: 30px; /* height of reactive image */
	background-image: url(../images/navigation/inside/physician-inside-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.physician-inside:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/inside/physician-inside-2.jpg); /* source for target image */
} 
	 

	 
	 	 	 a.clinics-inside { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
	width: 175px; /* width of reactive image */
	height: 30px; /* height of reactive image */
	background-image: url(../images/navigation/inside/clinics-inside-1.jpg); /* source for start image */
	background-repeat: no-repeat;
}
	 
a.clinics-inside:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/navigation/inside/clinics-inside-2.jpg); /* source for target image */
} 
