﻿#navigation a {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #000000;
}
#navigation ul {
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	clear: both;
	overflow: hidden;
	width: 141px;
	font-size: 0.8em;
	height: 150px;
}
#navigation a:hover {
	text-transform: uppercase;
}

