/* ----- Navigation ----- */

#nav {
	position: relative;
	margin: 0 auto;
	text-align: right;
	top: 146px;
  width: 900px;
}

#nl {
	background-color: #BA683E;
	color: white;
	height: 26px;
	margin: 0;
	padding:0 .5em;
}
#nl li {
	display: inline;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nl li a,
#nl li a:link,
#nl li a:visited,
#nl li a:active {
	float: left;
	color: white;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 10px 7px 10px;
	text-decoration: none;
}
#nl li a:hover {
	background-color: #BA987E;
}

