/* CSS Document */

/* CSS Document */

.navigation{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 3px;
	width: 130px;
	line-height: normal;
	height: 20px;
	text-align: center;
}


.navigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #0066FF;
	display: block;
	padding: 3px;
	width: 130px;
	line-height: 5;
	height: 20px;
	text-align: center;
}
