#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 4px 0 0 12px;
	list-style: none;
	background: #FBF8E0 url(images/line.gif) repeat-x bottom left;
	}

#nav a:hover, body#current #current a {
	color: #49572A;
	padding-bottom: 5px;
	border-color: #DBD594;
	background: #FBF8E0 url(images/bg_on.gif) repeat-x top left;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 85%;
	}

#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #DBD594;
	border-bottom: none;
	background: #859D4F url(images/bg_off.gif) repeat-x top left;
	}
