nav.category ul.flyouts > li:nth-child(-n+2) .flyout>.row ul>li:last-child {
    border-top: 1px solid #cccccc;
	padding-top: 8px;
}

nav.category ul.flyouts > li:first-child .flyout > .row > .columns > .row > .columns > .row > .columns:last-child ul > li:last-child {
	border-top: none;
	padding-top: 0;
}