.underlinemenu{
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.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: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #FFF;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #900;
	color: #BEBEBE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
s