.mh-menu{
	height: 157px;
	width: 350px;
	position: relative;
	background-image: none;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	color: #FFF;
}
.mh-menu2 {
	height: 157px;
	width: 350px;
	position: relative;
	background-image: none;
	float: left;
	margin-right: 10px;
	font-family: "Open Sans", Arial, sans-serif;
	margin-top: 0px;
	color: #FFF;
}


.mh-menu li{
	width: 220px;
	color: #FFF;
}


.mh-menu li a{
	display: block;
	width: 270px;
	text-align: right;
	position: relative;
	z-index: 10;
	background: #fff;
	height: 40px;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	color: #FFF;
}


.mh-menu li:hover a{
	background: none;
}

.mh-menu li a span{
	display:block;
	color: #FFF;
	font-weight: 600;
	text-transform: none;
}




.mh-menu li a span:first-child{
	font-weight: 300;
	font-size: 16px;
	color: #86D614;
	padding-top: 0px;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 30em;
	text-transform: none;
}


.mh-menu li a span:nth-child(2){
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	letter-spacing: 1px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.mh-menu1{
	height: 152px;
	width: 340px;
	position: relative;
	background-image: none;
	float: left;
	margin-right: 10px;
	font-family: "Open Sans", Arial, sans-serif;
	margin-top: 0px;
}


.mh-menu1 li{
	width: 220px;
}


.mh-menu1 li a{
	display: block;
	width: 270px;
	padding: 0px 10px;
	text-align: right;
	position: relative;
	z-index: 10;
	background: #fff;
	height: 58px;
	background: none;
}


.mh-menu1 li:hover a{
	background: none;
}

.mh-menu1 li a span{
	display:block;
}




.mh-menu1 li a span:first-child{
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	padding-top: 0px;
	font-family: "Open Sans", Arial, sans-serif;
}


.mh-menu1 li a span:nth-child(2){
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
	letter-spacing: 1px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.mh-menu li:nth-child(1):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(5):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(6):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(7):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(8):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(9):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li:nth-child(10):hover span:nth-child(2){
	color: #86D614;
}
.mh-menu li img{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img{
	left: 280px;
	opacity: 1;
}
