/* CSS Document */

.menu {
	color: #FF9900;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
	display: block;
	padding: 1px;
	background-color: #993300;
	width: 100px;
	border: 0px 0 0;
	line-height: normal;
	white-space: normal;
	word-spacing: 1inches;
}
.menu:hover {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 1px;
	width: 100px;
	background-image: #FF9900;
	background-color: #660000;
	line-height: normal;

