#head {
	position: absolute;
	top: 0px;
	height: 300px;
	width: 800px;
}
li {
	list-style-type: none;
}
#logo h1 {
	position: absolute;
	height: 45px;
	width: 250px;
	left: 40px;
	top: 40px;
}
#navi {
	position: absolute;
	height: 165px;
	width: 130px;
	left: 40px;
	top: 125px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}
#navi li {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#navi li a #home {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}

