.navigation {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	background-color: #E5E5E5;
	width: 222px;
	display: block;
	padding: 8 px;
	font-style: normal;
	text-decoration: none;

}
.navigation:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 222px;
	display: block;
	padding: 8 px;
	font-style: normal;
	text-decoration: none;

}
