/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
#menu-wrapper {
    background-color: #fff;
    border-left: 15px solid #eee;
    border-right: 15px solid #eee;
    margin: auto;
    width: 1070px;
}
.nav a { 
	
	text-decoration: none; 
}

/*
.nav .active {
background-color: #a3ca4c;
color: #fff;
}
*/

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width: 100%; 
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 55px;
	padding: 0 18px;
	line-height: 54px;
	text-transform : uppercase;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #515151;


	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a { background: #a3ca4c; color:#fff; }

.nav > li:first-child > a {
	
	border-left: none;
}


/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 55px;
	left: 0;
	opacity: 0.80;
	visibility: hidden;
	overflow: hidden;
	z-index:600;
	background: #a3ca4c;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 0.9;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: none;
	padding: 30px 10px 20px 10px;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #a3ca4c;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	text-transform : uppercase;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	
}

.nav .nav-column li a:hover {
background-color: #fff;
color: #666666;

 }





.footermenu li {
    float: left;
    margin-bottom: 10px;
    width: 140px;
}

.footermenu li ul{
    display:none;
}