/* =Menu
-------------------------------------------------------------- */

#menu {
	width:100%;
	height:auto;
	float:right;
	text-align:right;
}


#menu ul {
clear: both;
margin: 0;
padding: 0;

}

#menu ul li {
	display:inline-block;
	width:auto;
	height:auto;
list-style: none;
padding-left: 15px;
}

#menu a {
	font-size: 17px;
	text-transform:uppercase;
	font-weight:700;
	color:#181818;
	text-decoration:none;
}
#menu a:hover {
color:#6ba85a;
}

#menu .current-menu-item  a{
color:#6ba85a;
}


#menu .sub-menu {
display: none;
position: absolute;
margin: 0;
z-index: 999999;
border-bottom: 2px #e3e3e3 solid;
border-left: 1px #e3e3e3 solid;
border-right: 1px #e3e3e3 solid;
padding-top: 10px;
padding-bottom:10px;
}

#menu ul li:hover .sub-menu  {
display: block;
clear: both;
position: absolute;
background:#fff;
}
 
#menu .sub-menu li {
display:block;
text-align:left;
clear: both;
padding-bottom:7px;
padding-top: 7px;
list-style:none; 
margin-left: 0;
margin-right: 30px;

}




