/* CSS Document */

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #E0E0E0;
	display: block;
	padding: 8 px;
	width: 100 px;
	color: #000000;
}

.navigation:hover {
	font-family:	Verdana, sans-serif;
	font-size:	16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:  #640000;
	display: block;
	padding: 8 px;
	width:  100 px;
	}