/* Nav */ul#navigation li {	display:inline;	padding: 0px;	}li#home a {	text-indent: -1000em; 	background: url(../images1/home.jpg) no-repeat left top;	width: 58px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 196px;	}li#home a:hover {	background-position: 0px -31px; 	}	li#gallery a {	text-indent: -1000em; 	background: url(../images1/gallery.jpg) no-repeat left top;	width: 83px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 254px;	}li#gallery a:hover {	background-position: 0px -31px; 	}	li#links a {	text-indent: -1000em; 	background: url(../images1/links.jpg) no-repeat left top;	width: 53px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 337px;	}li#links a:hover {	background-position: 0px -31px; 	}	li#contact a {	text-indent: -1000em; 	background: url(../images1/contact.jpg) no-repeat left top;	width: 90px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 390px;	}li#contact a:hover {	background-position: 0px -31px; 	}						li#homeON a {	text-indent: -1000em; 	background: url(../images1/home_ON.jpg) no-repeat left top;	width: 58px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 196px;	}	li#galleryON a {	text-indent: -1000em; 	background: url(../images1/gallery_ON.jpg) no-repeat left top;	width: 83px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 254px;	}	li#linksON a {	text-indent: -1000em; 	background: url(../images1/links_ON.jpg) no-repeat left top;	width: 53px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 337px;	}	li#contactON a {	text-indent: -1000em; 	background: url(../images1/contact_ON.jpg) no-repeat left top;	width: 90px;	height: 31px; 	display: block;	overflow: hidden;	position: absolute;	top: 161px;	left: 390px;	}
