#nav {
	position: relative;
	margin-left: 260px;
	top: 70px;
	xtop: 100px;
	text-align: right;
	background: url(../imgs/layout/nav_bg.gif) repeat-x top;
	height: 30px;
	border-top: 1px solid #412206;
}


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


#nav ul li {
	float: left;
	text-align: center;
	border-left: 1px solid #412206;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 14px;	
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;

}

#nav ul li a:hover {
	background: #884e0e
}