
#nav {
	height: 20px;
	font-size: 13px;
	width: 680px;
	text-transform: uppercase;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
} 
#nav ul { 
	list-style: none;
	margin: 0;
 	float: left;
}
#nav li {
	float: right;
	margin: 0;
	/* [disabled]padding-top: 15px; */
	padding-bottom: 0;
	padding-right: 40px;
	padding-left: 20px;
}
#nav a {
	display: block;
	color: #A08853;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
}
#nav a:hover {
	color: #e7e0d0;
}
#nav a.currentpage{
	border: none 0;
	color: #e7e0d0;
}

#nav_top {
	float: right;
	height: 25px;
	font-size: 12px;
	/*width: 950px;*/
	text-transform: uppercase;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
} 
#nav_top ul {
	list-style: none;
	margin: 0;
	float: right;
	padding-top: 8px;
}
#nav_top li {
	float: right;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 15px;
}
#nav_top a {
	display: block;
	color: #f9f2e2;
	text-decoration: none;
	margin: 0;
}
#nav_top a:hover {
	color: #e7e0d0;
}
#nav_top a.currentpage{
	border: none 0;
	color: #e7e0d0;
}

#nav_top #social {
	float: right;
	clear: none;
	width: 84px;
}

#nav_top #social a {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#nav_top #social a#social-ig {
}

.top {
	width: 100%;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151515;
}