#myresnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#myresnav li {
	float: none;
	display: block;
	background: none;
	position: relative;
	z-index: 999;
	margin: 0 auto;
	margin-top:40px;  margin-bottom:15px;  
}
#myresnav li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #000!important;
	zoom: 1;
	padding: 9px 10px 8px 10px;
	text-transform: capitalize;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out; cursor:pointer; border-bottom:1px solid #ccc;
}
#myresnav li a:hover, #myresnav li a.hov {
/*background:#c01a1a;
	color:#fff!important*/
}
/* @group subnav */
#myresnav ul {
	position: absolute;
	display: none ;
	padding: 0px;
	margin: 0px;
	background:#fff;
	height:250px; 
	overflow:auto;
	border: 1px #ccc solid;
	border-top:none;
}
#myresnav ul li {
	width: 100%;
	float: left;
	text-align: left; margin-top:0px;
}
#myresnav ul a {
	display: block;
	font-weight: normal;
	color:#fff;
	border-bottom: 1px #ccc solid;
	border-left: none;
	padding: 8px 10px 8px 10px;
}
#myresnav ul li:last-child a {
	border: none;
}
#myresnav ul a:hover {
	background:#000;
	border-left: none;
}
#myresnav ul li a:hover, #myresnav ul li a.hov {
	background:#ccc;
}
#myresnav ul li ul {
	position: inherit;
	display: block;
	overflow:visible;
	height:auto; border:none
}
#myresnav ul li ul li {
}
#myresnav ul li ul li a {
	padding-left:30px!important;
	background:#ddd;
	border-color:#eee;
}
#myresnav ul li ul li a:hover {
	background:#ccc
}

/**/
#myresnav ul li ul li ul li a{
	padding-left:45px!important; background:#efefef
}
