body {
	background: #9A8C81;
}

#Menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li{
	background: #FFF;
	border: 1px solid #999;
	float: left;
}

#Menu li a {
	background: #E1D7CF;
	border: 0;
	color: #000;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 1px;
	text-align: center;
	width: 90px;
}

#Menu li a:hover {
	background: #222;
	color: #CC9900;
}

#Menu li#Button2,
#Menu li#Button3,
#Menu li#Button4{
	border-left: 0;
}
.text {
	font-size: 16px;
	color: #600;
}
