ul.nav{
	margin-left: 0px;
	padding-left:0px;
	list-style:none;
	float:left;
	width: 100%;
	clear: none;
}

ul.nav li{
	float:left;
	clear: none;
}

ul.nav a{
	display: block;
	width: 8em;
	border: 1px solid;
	border-bottom: 1px solid;
	padding: 5px;
	margin-right: 0px;
	background-color: #a28f5e;
	text-decoration: none;
	color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.nav a:hover{
	background-color: #d8cd99;
	text-decoration: none;
	color:#000;
	text-align:center;
}

.clear{
	clear:both;
}
