.Navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
	background-position: left top;
	padding: 10px;
	height: auto;
	width: auto;
	display: block;
	color: #FFFFFF;
}

.Navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #666666;
	background-position: left top;
	padding: 10px;
	height: auto;
	width: auto;
	color: #FFFFFF;
}
