.menu-width-inn {
	width:60%;
	max-width:830px;
	float: right;
}
 @media screen and (max-width: 768px) {
.menu-width-inn {
	width:100% !important;
	max-width:830px;
	float: left;
}
.topnav {
	width:100%;
	float:none;
	margin:10px 0px 5px 0px !important;
	padding:0px;
	background-color:#f9f9f9;
}
.topnav li {
	border-bottom:1px solid #fff !important;
}


}



.menu {
	width:100%;
	float:right;
}
 .menuinr {
	width:100%;
	max-width:830px;
	position:relative;  
} 
.toggleMenu {
	display:  none;
	background: #41ce4c;
	padding: 10px 15px;
	text-decoration:none;
	font-style:normal;
	color: #fff;
	text-transform:uppercase; margin-top:30px;
}
.topnav {
	float:right;
	list-style: none;
	z-index:100000000;
    *zoom: 1;
	margin:33px 0px 0px 0px;
	padding:0px;
}
.topnav:before, .topnav:after {
	content: " ";
	display: table;
}
.topnav:after {
	clear: both;
}
.topnav ul {
	list-style: none;
	width: 9em;
}
.topnav li { margin-left:3px !important;}
	
.topnav a {
	padding:10px 15px; 
	font-family: 'OpenSansRegular';
	font-size:14px;
	color:#353535;
	text-decoration:none;
	font-style:normal; 
	border-radius:3px !important;
}
.topnav a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#13a994;
}
.active a {
	color:#fff;
	text-decoration:none;

}
.topnav li {
	position: relative;
}
.topnav > li {
	float: left;
}
.topnav > li > .parent {
	/* background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position:right; */
}
.topnav > li > a {
	display: block;
}
.topnav li ul {
	position: absolute;
	width:245px; margin:-2px 0px 0px 0px; padding:0px;
}
.topnav > li.hover > ul {
	left: -3px;
}
.topnav li li.hover ul {
	left: 100%; margin:0px; padding:0px;
	top:0px;
}
.topnav li li a {
	display: block;
	/* border-bottom:solid 3px #48b848; */ background:#fbfafa;
	position: relative;
	z-index:100;
	
	text-transform:none;
	font-family: 'OpenSansSemibold';
	font-size:12px;
	font-weight: normal;
	padding:10px 10px;
	border-radius:0px !important;
}
.topnav li li a:hover {
	display: block;
	color:#fff;
	background-color:#13a994;
	position: relative;
	z-index:100; border-bottom:none;
	/* border-top: 1px solid #bb0701; */
	text-transform:none;
}
.topnav > li:hover > a, .topnav > a:hover {
    background-color: #13a994;
    color: #FFFFFF;
}

.topnav li li li a {
	background:#7a5811;
	z-index:200;
	border-top: 1px solid #1d7a62;
	text-transform:none;
}
 @media screen and (max-width: 768px) {
.active {
	display: block;
}
.topnav > li {
	float: none;
}
.topnav > li > .parent {
	background-position: 95% 50%;
}
.topnav li li .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.topnav ul {
	display: block;
	width: 100%;
}
.topnav > li.hover > ul, .topnav li li.hover ul {
	position: static;
}
}




