#nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	width: 859px;
	height: 27px;
	position: relative;
	text-align: center;
	padding-top: 13px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 9px;
	margin: 0px;
}
#nav a:link,  a:visited, a:active, a:hover { 
	color: #806a55;
	padding-top: 15px;
	padding-bottom: 11px;
	padding-right: 0px;
	padding-left: 0px;
}
#nav a:hover{
	border-bottom: solid 1px #806a55;
	
}



	#nav li {
	padding-top: 15px;
	padding-bottom: 11px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
	}
	#nav li.current { /* THIS is THE STYLE OF THE CURRENT LINK IN THE NAV */
	background-image: url(../images/nav_on.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
	#nav {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase;
}
