/* CSS Document */

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000099;
	display: block;
	padding: 1px;
	width: 108px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
	padding: 1px;
	width: 108px;
}
