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

#navi {
	float: right;
	margin-right: 2px;
	clear: both;
	width: 210px;
	border-bottom: solid 1px white;
}

#navi ul {
	width: 210px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	float: left;
	width: 70px;
}
#navi li a {
	display: block;
	height: 50px;
	text-indent: -999999px; overflow: hidden; 
}
#home { background: url(img/menu/home.jpg); width: 72px; }
#photos { background: url(img/menu/photos.jpg); width: 72px; }
#contact { background: url(img/menu/about.jpg); width: 72px; }
