.nav {
	width: 655px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	background: #BB7749;
	text-align: center;
	color: #000;
	font-family: serif, "MS Sans Serif", "MS Serif", sans-serif;
	font-weight: bold;
	
	font-size: 13px;
	
	line-height: 18px;
}

.nav a:hover {
	
	color: #c00;
	font-family: serif, "MS Sans Serif", "MS Serif", sans-serif;
	background: #C7916D;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 0 19px;
	line-height: 18px;

}

.nav a {
	
	color: #000;
	font-family: serif, "MS Sans Serif", "MS Serif", sans-serif;
	font-weight: bold;
	font-size: 13px;
	
	text-decoration: none;
	padding: 0 19px;
	line-height: 18px;

}