.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	display: inline;
	width: 60px;
	font-weight: bold;
	background-position: horizontal;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CCCCCC;
}

.Navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	display: inline;
	width: 60px;
	font-weight: bold;
	background-position: horizontal;
	padding-left: 10px;
	padding-right: 10px;
}

