#drpmn{
	height:70px;
	position:relative;
	z-index:99;
	border-radius:15px;
	background: #6EBA4A;
	border : solid 1px #000000;
}

.dropdown {
  display: inline-block;
  /* margin: 3em; */
  width:100%;
  }

#tg {
  display: none;
  }

.menu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  list-style: none;
  width:100%;
  /* height:600px; */
  background-color:#FFFFFF;
  padding:10px 6% 15px;
  }

.menu .link_text{
	display:block;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	line-height:3em;
}

.dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.dropLabel, .item {
  padding: 5px;
  display: block;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  }

.item:hover {
  background-color: #3CB371;
  color: #fff;
  }

.dropLabel:hover, .dropInput:checked + label {
  /* background: #008B8B;
  color: #fff; */
  }

.dropLabel, .dropInput:checked + label {
  /* background: #008B8B; */
  background: #92d371;
  color: #fff;
  border-radius:10px;
  }

.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }

.menu ul li{
	display:block;
	float:left;
	border : solid 1px #000000;
	border-radius:8px;
	text-align:center;
	width:30%;
	/* height:110px; */
	margin:5px 3px 5px;
	padding:10px;
	background-color:#B9D04F;
	background-image:url("../_userdata/b_bg02.png");
	background-repeat:repeat-x;
	background-position:bottom left;
}

.menu ul{
	margin:0 auto;
}

.dropLabel{
	margin-bottom:15px;
	font-size:1.3em;
	height:40px;
}





























































































