
div#nav {
	width: 700px;
	height: 22px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	position: relative;
	top: -5px;
	}

div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#nav li {
	float: left;
	width: 95px;
	text-align: center;
	margin-top: 12px;
	margin-right: 20px;
	background: ;

	}

/*tan color #c4b696*/

div#nav a:link, div#nav a:visited {
	background: ;
	text-align: center;
	display: block;

	height: 22px;
	padding: 3px 0 0 0;

	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS; 
	letter-spacing: 1px;
	}

div#nav a:hover, div#nav a:focus, div#nav a:active {
	display: block;
	position: relative;
	z-index: 1;
	top: -2px;

	height: 21px;
	padding: 5px 0 0 0;

	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS; 
	letter-spacing: 1px;
	}

li.present {
	background: ;
	text-align: center;
	display: block;

	height: 21px;
	padding: 5px 0 0 0;

	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS; 
	letter-spacing: 1px;

	position: relative;
	z-index: 1;
	top: -2px;
	}
