/* reset */
ol,ul{list-style:none;margin:0px;padding:0px;}
/* start editing from here */
a{text-decoration:none;}
.clear{clear:both;}/* clear float */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
/*end reset*/
.wrap{
	width:80%;
	margin:0 auto;
}
/*---start-header----*/
.header{
	background-color:#7BB30B;
}
.logo{
	float:left;
	margin-top: 0.5em;
}
.top-nav{
	float:right;
	margin-top:70px;;
}
.top-nav ul{
	list-style: none;
	position: relative;
	border: 1px ridge green;
	
}
.top-nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.top-nav ul li{
	float:left;
	border-left: 1px ridge green;
}
.sub {
	z-index: 999;
}
.top-nav ul ul{
	display:none;
	background:none;
}
.top-nav ul ul li{
	float:none;
}
.top-nav ul li:hover>ul{
	display:block;
	position: absolute;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.top-nav ul:after{

	content: ""; 
	clear: both;
	display: block;
}
.top-nav ul ul li{
	display:block;
}
.top-nav ul ul li a{
	padding: 15px 24px;
	color: #fff;
	background:#2E2E2E;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-bottom: 1px ridge #1F1F1F;
}
.top-nav ul ul li a:hover{
	color: #72A717;
	background:#212121;
}
.top-nav ul li:nth-child(1){
	border:none;
}
.top-nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.top-nav ul li a{
	font-family: 'Monda', sans-serif;
	color: #FFF;
	font-size: 0.8em;
	padding: 35px 30px;
	display: block;
	text-transform: uppercase;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #72A717;
	background:#212121;
}
/*---content----*/
/*  GRID OF Four   ============================================================================= */
