/* MAIN MENU */
#menu {
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #fffaf3;
/* 	border-top: 4px solid #a09085; */
/* 	border-bottom: 4px solid #a09085; */
	/*
border-top: 1px solid #42210b;
	border-bottom: 1px solid #42210b;
*/
	text-align: center;
}

ul#nav {
	text-align:center; 
	list-style:none;
	margin: 0;
	padding: 0;
}

ul#nav  li {
	display:inline;
}


#nav a {
	line-height: 34px;
	color: #42210b;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 15px;
}

#nav a:hover,
#nav .current-cat a,
#nav .selected a,
#nav .current-cat-parent a,
#nav .current_page_item a {
	color: #8a5634;
/* 	color: #42210b;	 */
	text-decoration: none;
}