

.navigation {
	width: 100%;
	height: 49px;
	margin-top: 0px;
	text-align: center;
    background-color: #D4AF37;
    position: fixed;
    top: 0px;
    opacity: 0.9;
    z-index: 99999;
}

#nav_wrap
{
	margin-top:0px
}

#nav_wrap ul
{
	width: 1007px;
	list-style:none;
	position:relative;
	margin:0 auto;
}

#nav_wrap ul a
{
	display: inline-block;
	color:#fff;
	text-decoration:none;
	font-weight:100;
	font-size:18px;
	line-height:49px;
	padding:0 15px;
    font-family: 'ralewaylight';
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
}

#nav_wrap ul li
{
	position:relative;
	display: inline-block;
	margin:0;
	padding:0
}

#nav_wrap ul li:hover
{
	background: #D4a037;
}

#nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background: rgba(218, 177, 38, 0.28) !important;
	padding:0;
	width: 200px;
}

#nav_wrap ul ul li
{
	float:none;
	width:200px
}

#nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	font-size: 14px;
}

#nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#nav_wrap ul li:hover > ul
{
	display:block
}

