#level_1 {
	list-style: none;
}
#level_1 li {
	float: left;
	display: block;
	position: relative;
	z-index: 999;
	margin: 0 0px!important;
}
#level_1 li a {
	display: block;
	text-decoration: none;
	color: #333!important;
	zoom: 1;
	background:#fff;
	padding: 26px 20px;
	border-right:1px solid #eee;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
#level_1 li:last-child a {
	border-right:0px;
}
 
#level_1 li a:hover, #level_1 li a.active {
background:#71e2df; color:#fff!important
}
 
/**********************************************************/
 
#level_1 #level_2 {
	position: absolute;
	visibility:hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#level_1 #level_2 li {
	width: 200px;
	float: left;
	text-align: left;
	position:relative;
}
#level_1 #level_2 a {
	color:#fff!important;
	border-bottom: 1px #6fc322 solid;
	border-top:0px;
	background:#64ab23;
	opacity:0;
	padding:0px 10px;
}
#level_1 #level_2 li:last-child a {
	border: none;
}
#level_1 #level_2 li a:hover {
	background:#eee;
	color:#333!important;
}
/**********************************************************/
 
#level_1 li:hover #level_2 {
	visibility:visible;
}
#level_1 li:hover #level_2 li a {
	padding:6px 10px;
	opacity:1;
}

 
/**********************************************************/

 @media only screen and (min-width:320px) and (max-width:767px) {
 #level_1 {
 display:none;
}
}
 @media only screen and (min-width:768px) and (max-width:991px) {
 #level_1 li a {
padding: 26px 10px!important;
}
}
 @media only screen and (min-width:992px) and (max-width:1169px) {
 #level_1 li a {
padding: 26px 10px!important;
}
#level_1 #level_2 a {
 padding:6px 10px;
}
}
