/* CSS Document */

#navigation {
	background: url(../grfx/nav.png) top left no-repeat;
	width: 720px;
	height: 34px;
}

	#navigation ul {
		width: 693px;
		height: 34px;
		margin: 0 0 0 13px;
	}
	
		#navigation li {
			float: left;
			list-style: none;
			font-weight: normal;
		}
		
		#navigation li a {
			height: 34px;
			display: block;
			border: 0;
		}
		
			#navigation li a span {
				display: none;
			}
						
			#navigation li#home a {
				background: url(../grfx/nav.gif) 0px 0px no-repeat;
				width: 92px;
			}
			
			#navigation li#home a:hover {
				background: url(../grfx/nav.gif) 0px -34px no-repeat;
			}
			
			#navigation li#home a.active {
				background: url(../grfx/nav.gif) 0px -68px no-repeat;
			}
						
			#navigation li#about a {
				background: url(../grfx/nav.gif) -92px 0px no-repeat;
				width: 86px;
			}
			
			#navigation li#about a:hover {
				background: url(../grfx/nav.gif) -92px -34px no-repeat;
			}
			
			#navigation li#about a.active {
				background: url(../grfx/nav.gif) -92px -68px no-repeat;
			}
						
			#navigation li#properties a {
				background: url(../grfx/nav.gif) -178px 0px no-repeat;
				width: 92px;
			}
			
			#navigation li#properties a:hover {
				background: url(../grfx/nav.gif) -178px -34px no-repeat;
			}
			
			#navigation li#properties a.active {
				background: url(../grfx/nav.gif) -178px -68px no-repeat;
			}
						
			#navigation li#rates a {
				background: url(../grfx/nav.gif) -270px 0px no-repeat;
				width: 64px;
			}
			
			#navigation li#rates a:hover {
				background: url(../grfx/nav.gif) -270px -34px no-repeat;
			}
			
			#navigation li#rates a.active {
				background: url(../grfx/nav.gif) -270px -68px no-repeat;
			}
						
			#navigation li#bookings a {
				background: url(../grfx/nav.gif) -334px 0px no-repeat;
				width: 81px;
			}
			
			#navigation li#bookings a:hover {
				background: url(../grfx/nav.gif) -334px -34px no-repeat;
			}
			
			#navigation li#bookings a.active {
				background: url(../grfx/nav.gif) -334px -68px no-repeat;
			}
						
			#navigation li#links a {
				background: url(../grfx/nav.gif) -415px 0px no-repeat;
				width: 59px;
			}
			
			#navigation li#links a:hover {
				background: url(../grfx/nav.gif) -415px -34px no-repeat;
			}
			
			#navigation li#links a.active {
				background: url(../grfx/nav.gif) -415px -68px no-repeat;
			}
						
			#navigation li#testimonials a {
				background: url(../grfx/nav.gif) -474px 0px no-repeat;
				width: 102px;
			}
			
			#navigation li#testimonials a:hover {
				background: url(../grfx/nav.gif) -474px -34px no-repeat;
			}
			
			#navigation li#testimonials a.active {
				background: url(../grfx/nav.gif) -474px -68px no-repeat;
			}
						
			#navigation li#contact a {
				background: url(../grfx/nav.gif) -576px 0px no-repeat;
				width: 117px;
			}
			
			#navigation li#contact a:hover {
				background: url(../grfx/nav.gif) -576px -34px no-repeat;
			}
			
			#navigation li#contact a.active {
				background: url(../grfx/nav.gif) -576px -68px no-repeat;
			}

