#menu {
	float: left;
	list-style: none;
	width: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#menu li {
	float: left;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu a {
	color: #333333;
	display: block;
	float: left;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#menu   a:hover  {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}

