/* home page navigation */

a.current-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 121px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(../images/navigation/home/current1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.current-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/navigation/home/current2.gif); /* source for target image */
     } 
	 
	 



a.developments-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 111px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(../images/navigation/home/developments1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.developments-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/navigation/home/developments2.gif); /* source for target image */
     } 
	 
	 
	 a.mls-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 99px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(../images/navigation/home/mls1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
	 a.mls-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/navigation/home/mls2.gif); /* source for target image */
     } 
	 
	 
	 
	 a.tour-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 123px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(../images/navigation/home/tour-kelowna1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
	 a.tour-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/navigation/home/tour-kelowna2.gif); /* source for target image */
     } 
	 

	 a.buy-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 114px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(../images/navigation/home/buy-selling1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.buy-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/navigation/home/buy-selling2.gif); /* source for target image */
     } 
	 

	 
	 
	 /* inside page navigation */

