.underlinemenu{
	font-weight: normal;
	width: 100%;
	margin: -20px 0px 10px 0px !important;
	padding: 0px  0px 0px 0px !important;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: inline;
	margin-bottom: 15px;
}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 30px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 2px solid gray; /*bottom border is 3px*/
	display: inline-block;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected:hover{
	border-bottom-color: #77643e;
	color: #77643e;
	font-weight: normal;
}
.underlinemenu ul li a.selected{
	border-bottom-color: #917b4c;
	color: #917b4c;
	font-weight: normal;
}