ul#navi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	}

	ul#navi li {
	padding: 0px;
	margin: 5px;
	width: 80%;
	background-color: #F96;
	color: #FFFFFF;
	border: 1px solid #54993f;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}

	ul#navi li a:link {
	display: block;
	border: 1px solid #000;
	background-color: #C66;
	padding: 2px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	}

	ul#navi li a:hover {
	display: block;
	background-color: #0C6;
	color: #600;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}

