#homenav {
	font: normal 10px/10px arial,helvetica,sans-serif;
	text-align:center;
	margin:4em 98px 0 0; padding:0 0 0 5px; border:0;
	border:1px solid #fc0; border-width:0 0 1px 3px;
	height:20px;
	float:right;
	display:inline;
	}


#homenav ul {
	list-style: none;
	border:0; margin:2px 0 0 0; padding:0;
	text-align:center;
	display:inline;
	float:left;
	}
		
#homenav li {
	list-style: none;
	margin:0; margin-left:1px;
	line-height:normal;
	float:left;
	}

/* below is where you specify the height of the block and the display */
		
#homenav li a {
		color: #fff;
		text-align:right;
		text-decoration: none;
		padding:5px 3px 3px 0; margin:0 15px 0 0;
		float:left;
		text-transform:uppercase;
		}

	html>body #homenav li a {
		width: auto;
		}

		#homenav li.last a {
		margin-right:0;
		padding-right:0;
		}

	#homenav li a:hover {
		color:#fc0;
		}