@charset "utf-8";
/* CSS Document */

#nav {
	margin: 0;
	list-style-type: none;
	float: left;
	width: 700px;
	padding: 0;
	bottom: 20px;
	margin-left: 50px;
	display: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav a {
	float: left;
	width: 110px;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	color: #102002;
	font-size: 12px;
	background-image: url(../Images/paper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 4px ridge #513124;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	color: #E3E0D9;
	background-color: #111111;
	background-image: none;
}

#foot_nav {
	color: #D6C7A6;
	width: 300px;
	padding-left: 80px;

}
#foot_nav a {
	text-decoration:none;
	color: #BCA470;
	/* [disabled]font-size: 11px; */
	;
	display: inline;
	line-height: 2;
}
#foot_nav a:hover {
	color: #372211;
	background-image: url(../Images/down_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
}
