.leftside .menu {
	padding-bottom: 20px;
	margin-right: -23px; /* 	margin-right: -23px;*/
}
.header .menu {
	width: 160px;
}
.header .menu li {
	padding: 5px 10px;
}
.header .subnav_menu ul li,  .header .menu li {
	position: relative;
}
.levelThree {
	position: absolute;
	left: 160px !important;
	background: #004990 !important;
	padding: 6px 10px 6px 6px !important;
	top: 0px !important;
	margin: 0px !important;
	color: #fff !important;
	display: none;
}
.header .subnav_menu ul.levelThree {
	left: 142px !important;
}
ul.levelThree li a {
	color: #fff !important;
	font-size: 11px;
}
.header .menu li:hover ul.levelThree,  .header .subnav_menu ul li:hover ul.levelThree {
	display: inline-table !important;
}
.header .subnav_menu ul li:hover a {
	color: white !important;
}
.leftside .nav1 ul ul li:before {
	content: "• ";
	color: #B5CC5B; /* or whatever color you prefer */
	padding-right: 2px;
}
@media screen and (max-width: 994px) {
.navSpan {
	width: 100% !important;
	border-radius: 0px !important;
	height: 30px !important;
	line-height: 31px !important;
}
.mobileMenu ul li {
	padding: 0px !important;
}
.subMenu {
	margin-left: 0px !important;
	margin-top: 0px !important;
}
.mobileMenu .subMenu ul li {
	padding: 6px 18px !important;
}
ul.levelThree {
	position: static !important;
	margin: 10px 0px !important;
}
ul.levelThree a {
	color: #fff !important;
}
ul.levelThree li a:hover {
	color: #B5CC5B !important;
}
li.opensub {
	background: url(/images/nav/arrow.png) right 8px top 6px no-repeat !important;
	transition: all 0.15s 0.50s;
}
li.opensub.active {
	background: url(/images/nav/arrow2.png) right 8px top 10px no-repeat !important;
}
}