#menu1 {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 30px;
	width: 480px;
	text-align: left;
	float: left;
	padding-top: 100px;
}
#menu1 li {
	display: inline;
}
#menu1 a {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9A933;
	text-decoration: none;
}
#menu1 a:hover {
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B9A933;
}
