#nav {
	position:absolute;
	bottom:7px;
	right:0;
	float: right;
	padding:0 20px;
	border:1px solid #908079;
	border-bottom: none;
	background:#816e67;
	height: 30px;
}

#nav ul li {
	list-style:none;
	float:left;
}

#nav ul li a {
	float:left;
	color:#f6ede7;
	text-decoration:none;
	font-weight:bold;
	font-size:.85em;
	margin-right:5px;
	padding:9px 24px 8px;
}

#nav ul li a:hover,
#nav ul li.current_page_item a {
	margin-top:-4px;
	padding-top:10px;
	border-top:3px solid #362f2c;
	background:#6a5e5a;
}


/* Bottom Nav */

#bottom-nav {
	float:right;
	list-style:none;
	overflow: hidden;
}

#bottom-nav li {
	float:left;
	padding:0px 10px;
	background:url(/images/ptr_dots-vertical.gif) repeat-y left top;
}

#bottom-nav li.first {
	background:none;
}


#bottom-nav li a:link,
#bottom-nav li a:visited {
	color:#584c45;
	text-decoration:none;
}

#bottom-nav li a:hover {
	text-decoration:underline;
}


