/* CSS Document */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-position: center center;
	display: block;
	padding: 8px;
	width: 90px;
	vertical-align: middle;
	top: auto;
	text-align: center;
}
