CSS and SEO

okay, so I’ve did what you’ve told me and so far its a step forward, however I have a border-bottom which is a solid colour which stays down.
this is my css for my nav bar.

#nav {
	padding-top: 50px;
	text-align: center;
	font-size: 21px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #453d34;
}

#nav ul {
	position: absolute;	
	top: 0;
	left: 0;
}

#nav li {
	margin-left: 15px;
	display: inline;
}