#menu ul {
	display: block;
	float: left;
	width: 700px;
}
#menu ul li {
	display: inline;
	text-align: right;
	white-space: nowrap;
}
#menu a {
	display: inline-block;
	width: 105px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	height: 32px;
	color: #998d7d;
	white-space: nowrap;
	text-align: right;
	padding-left: 65px;
	overflow: visible;
}
#menu a:hover { color: #74644e; }
#menu li.on a { color: #e50278; }