/* CSS Document */

ul#navigation li {
	display:inline;
	padding: 0px;
	}

li#services a {
	text-indent: -1000em; 
	background: url(../images/services.jpg) no-repeat left top;
	width: 118px;
	height: 55px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 417px;
	}


li#services a:hover {
	background-position: 0 -57px;
	}


li#gallery a {
	text-indent: -1000em; 
	background: url(../images/gallery.jpg) no-repeat left top;
	width: 118px;
	height: 55px; 
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 547px;
	}


li#gallery a:hover {
		background-position: 0 -57px;
	}

li#contact a {
	text-indent: -1000em; 
	background: url(../images/contact.jpg) no-repeat left top;
	width: 118px;
	height: 55px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 677px;
	}


li#contact a:hover {
		background-position: 0 -57px;
	}
li#home a {
	text-indent: -1000em; 
	background: url(../images/home.jpg) no-repeat left top;
	width: 118px;
	height: 55px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 5px;
	}


li#home a:hover {
		background-position: 0 -57px;
	}