.lgray {





}

.lgray a {text-decoration:none;}

.lgray > li > a {
	margin: 0px 0px;
  padding: 10px 10px 41px;
	margin:0px 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
	text-transform: uppercase;
  color: #444;
  transition: all 0.5s;
  position:relative;
}

.lgray > li:hover > a:after{
content:''; position:absolute; left:50%; height:10px; bottom:5px;


}

}
.lgray > li:last-child > a:after{border:none;}
.lgray > li > a.active{
color:#222;
border-bottom: 10px solid #0C4729;



}

.lgray > li:hover > a{
color:#000;

}

.lgray > li {
margin-left:1px;
}


.lgray > li.floatr {

}

.lgray > li > a img, .lgray li > ul > li > a img {
	border:0;
	margin-right:7px;
}
.menu li.non{
position:static!important;
}


/* sub menu ------------------------------ */


.lgray ul:before{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
content:'';
	position:absolute;
	width:10px;
	height:10px;
	z-index: 1000;
	top:-10px;
	left:30px;

	border-bottom: 5px solid black;
}

.lgray ul {
top:40px;
background:#222;
	padding:10px;

	border-radius: 3px;

	left:3px;}
.lgray ul ul{
	background:#0f73bc;
}
.lgray ul ul ul{
	background:#0a5d9a;
}


.lgray > li.floatr > ul {right:-1px;left:auto;}
.lgray > li.floatr > ul ul {left:-127px;}
.lgray ul a {
	color:#ccc;
	text-transform:uppercase;


	font-size:10px;
	font-weight:normal;
	letter-spacing: 2px;
	text-align:left;
	line-height:20px;
	padding:10px 10px;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.lgray ul li:last-child a { border:none;}

.lgray ul a:hover {
	color:#fff;


}
.lgray ul ul li:first-child a {border-top-color:#b3b3b3;}

/* mega menu ----------------------------- */

.lgray li > div {
	background-color:#fff;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 0px 3px #ccc;
	-moz-box-shadow:0 0px 3px #ccc;
	box-shadow:0 0px 3px #ccc;
	padding:10px 20px;
}
.lgray > li.floatr > div {right:-1px;left:auto;}
.lgray h4, .lgray h5 {margin:0;padding:0;}
.lgray h4 {
	font-size:15px;
	color:#888;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #e1e1e1;
}
.lgray h5 {
	font-size:14px;
	color:#444;
	font-weight:bold;
	margin:10px 10px 0;
}
.lgray ol {
	list-style:none;
	margin:7px 0px;
	padding:0;
}

.lgray ol li ol a {
	color:#777;
	font-size:12px;
	font-weight:normal;
	padding:3px 0;
}

.lgray ol a {
	color:#777;
	font-size:13px;
	font-weight:bold;
	padding:7px 0;
}


.lgray ol a:hover {
	color:#444;
}
