.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #7c7c7c;
	margin: 0;
	text-decoration: none;
}
a:link { 
	color: #7c7c7c;
	text-decoration: none;
	}
a:visited { 
	color: #dbdbdb;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #7c7c7c;
	text-decoration: none;
	}