#helpMenu {
	position: relative;
	width: 100%;
	/*width: 1140px !important;*/
    display: block;
    /*background: #64abfb;*/
	/*background: url(/yourcnb/includes/themes/yourcnb/images/siteComponents/menuRepeatingBackground.jpg);*/
	/*border-bottom: 5px solid #e2e2e2;*/
	}

#helpMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*position: relative;*/
    }
     
#helpMenu ul:after {
	content: "";
	display: block;
	clear: both;
	}	 
	 
#helpMenu ul li.total-1, #helpMenu ul li.total-2, #helpMenu ul li.total-3, #helpMenu ul li.total-4, #helpMenu ul li.total-5 {
    display: list-item;
    list-style: none;
	float: left;
	margin: 0 0 12px;
    }

#helpMenu ul li.total-1 {
	width: 100%;
}

#helpMenu ul li.total-2 {
	width: 50%;
}

#helpMenu ul li.total-3 {
	width: 33.33%;
}

#helpMenu ul li.total-4 {
	width: 25%;
}

#helpMenu ul li.total-5 {
	width: 20%;
}
	
@media (max-width: 767px) {
#helpMenu ul li {
	width: 50% !important;
}
}
  
#helpMenu ul li i {
	 font-size: 25px;
	 width: 30px;
	 } 
  
#helpMenu ul li a {
	/*position: relative;
	z-index: 9997;
    display: inline-block;
	vertical-align: middle;
	padding: 15px 25px;
    color: #000;
	font-size: 22px;
	font-weight: 300 !important;
    text-decoration: none;
    font-family: "industry", arial, sans-serif;
	text-align: center;*/
}

.helpContent .closed .ul-2 {
	display: none !important;
}

.helpContent .opened .ul-2 {
	display: block !important;
}

/*#helpMenu li {
	background: url(/yourcnb/includes/themes/yourcnb/images/bg-helpMenuArrow.png) no-repeat bottom center;
	margin-bottom: -40px !important;
	padding-bottom: 40px !important;
}*/

#helpMenu ul li.active-1 a.active-border {
    color: #fff;
	background: url(/yourcnb/includes/themes/yourcnb/images/bg-navLink-grey.png) repeat-x left 4px;
	border-bottom: 7px solid #0066a4 !important;
	margin-bottom: -25px !important; /*Needed to Stop the Page from Pushing Down*/
	padding-bottom: 25px !important;
}

#helpMenu ul li.active-1 .li-2 a {
	/*color: #002a5c !important;*/
	background: none !important;
	border-bottom: none !important;
	/*margin-bottom: 0 !important;
	padding-bottom: 15px !important;*/
}

#helpMenu ul li.active-1 .li-2 a:hover, #helpMenu ul li.active-1 .li-2 a.active {
	/*color: #002a5c !important;*/
}

#helpMenu ul li a.active {
    /*color: #002a5c !important;*/
}

#helpMenu ul li:hover:after {
	/*content: "";
	background: url(/yourcnb/includes/themes/yourcnb/images/bdr-nav-link.jpg) repeat-x top left;
	position: absolute;
	left: 0;
	bottom: -17px;
	height: 7px;
	width: 217px;
	z-index: 9999;*/
}
  
#helpMenu li:hover {
	/*background-color: #f7f7f7;*/
}

/* The Dropdown Styles */
/* =================== */
  
/* Hide Dropdowns by Default */
#helpMenu ul ul {
    display: none;
    position: absolute;
	left: 0;
	width: 100%;
	background: #fafafa;
	border-bottom: 6px solid #002a5b;
	margin: 25px 0 0; /* Matches Bottom Margin of #helpMenu ul li */
	padding: 0;
	backface-visibility: visible; /*Stops List Items from Disappearing in Chrome When Scrolling Horizontally*/
}

/*#helpMenu ul ul ul {
    display: block;
	background: none !important;
}*/

#helpMenu ul ul.ul-2 {
	/*width: 1140px;*/
}

_::selection, .selector:not([attr*='']) { /*Everything but Firefox and Internet Explorer < or = 8*/
/*#helpMenu ul ul {
	overflow: hidden;
}*/
}

@-moz-document url-prefix() { /*Firefox Only*/
/*#helpMenu ul ul {
	overflow: -moz-hidden-unscrollable;
}*/
}
     
/* Display Dropdowns on Hover */
/*#helpMenu ul li:hover div > ul {*/
/*#helpMenu ul li:hover > ul {
    display: list-item;
}*/

#megaBorder {
	position: absolute;
	left: 0;
	/*margin: 78px 0 0;*/
	margin: 54px 0 0;
	width: 100%;
	height: 17px;
	background: #52bdec url(/yourcnb/includes/themes/yourcnb/images/bdr-nav-dropdown.jpg) repeat-x bottom left;
}

/*#bg-helpRow {*/
.bg-helpRow {
	position: absolute;
	left: 0;
	z-index: -1;
	/*margin: -34px 0 0;*/
	margin: 0;
	/*width: 100%;*/
	height: 180px;
	background: url(/yourcnb/includes/themes/yourcnb/images/bg-helpRow.png) repeat-x top left;
	/*display: none;*/
}
     
/* Fisrt Tier Dropdown */
#helpMenu ul ul li {
    float: none;
	width: 100% !important;
    border-bottom: none;
	margin: 0 !important;
}


::i-block-chrome, #helpMenu ul ul li { /* Safari 5+ ONLY */
	-webkit-transform: translate3d(0,0,0); /*Stops List Items from Disappearing in Safari When Scrolling Horizontally*/
}


#helpMenu ul ul li:hover {
	border-top: none !important;
	border-bottom: none !important;
}

#helpMenu ul ul li .li-3:hover {
    background: none !important;
}

#helpMenu ul ul li i {
	margin-right: 10px;
}

/*#helpMenu ul ul li a {
	position: relative;
	top: 3px;
	color: #5b796f;
	padding: 12px 17px;
	text-align: left;
	font-size: 14px !important;
	font-weight: normal !important;
	max-width: none !important;
	line-height: 15px !important;
}*/
	
#helpMenu ul ul li a {
	text-align: left;
	/*font-size: 14px !important;*/
	max-width: none !important; /*Needed to Stop Inheritance from Primary Nav*/
	/*padding: 9px 14px;*/
}

#helpMenu .li-2 a, #helpMenu .li-3 a {
	/*width: 204px !important;*/
}

#helpMenu ul ul li a:hover {
	/*color: #701471 !important;*/
	border-bottom: none !important;
}

#helpMenu ul ul ul {
	position: relative !important;
    display: block;
	background: none !important;
	border: none !important;
	margin: 0 !important;
}

::i-block-chrome, #helpMenu ul ul ul { /* Safari 5+ ONLY */
	display: none !important; /*Errors in Safari - Don't Display*/
}

.ul-3 {
	min-width: 233px !important;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
    /*position: absolute relative;
    top:-79px; 
    left:200px;*/
	/*background: #e2e2e2 !important;*/
	/*background: url(/yourcnb/includes/themes/yourcnb/images/bg-ul-3-green.png) !important;*/
}
  
#helpMenu li > a:after {
	content: ' »';
}
   
#helpMenu > li > a:after {
	content: ' »';
}
 
#helpMenu li > a:only-child:after {
	content: '';
}