/* 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: 60px;
	line-height: normal;
	height: 10px;
	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: #CCCCCC;
	display: block;
	padding: 3px;
	width: 60px;
	line-height: normal;
	height: auto;
	text-align: center;
}
