@charset "utf-8";
/* CSS Document */

<style type="text/css">

<!--

#homebtn a {
	position:absolute;
	left:418px;
	top:89px;
	display:compact;
	float: left;
	width:43px;
	height:21px;
	background: url("images/homebtn.jpg");
	}

#homebtn a:hover {
	background-position: -43px 0;
	}

#picturesbtn a {
	position:absolute;
	left:505px;
	top:89px;
	width:53px;
	height:21px;
	display:block;
	float:left;
	background: url("images/picturesbtn.jpg");
}

#picturesbtn a:hover {
	background-position: -53px 0;
	}

#productbtn a {
	position:absolute;
	left:603px;
	top:89px;
	width:71px;
	height:21px;
	display:block;
	float:left;
	background: url("images/productbtn.jpg");
}

#productbtn a:hover {
	background-position: -71px 0;
	}
	

#contactbtn a {
	position:absolute;
	left:719px;
	top:89px;
	width:44px;
	height:21px;
	display:block;
	float:left;
	background: url("images/contactbtn.jpg");
}

#contactbtn a:hover {
	background-position: -44px 0;
	}
	
	--></style>