/* CSS Document */

.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 2px;
	height: auto;
	width: auto;
	background-image: none;
	vertical-align: middle;
	border: thin inset #ECE9D8;
	padding: 2px;
}
.navi:hover{
	color: #000000;
	text-align: center;
	word-spacing: normal;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-position: center;
	height: auto;
	width: auto;
	white-space: pre;
	letter-spacing: normal;
	text-indent: 10px;
	margin-right: auto;
	padding: 10px;
	border: 1px inset #ECE9D8;
}
