@charset "utf-8";

/* ================ Style ================= */

#breadcrumbs ol li span {
	line-height: 1.5;
}

header #global-menu .sub-nav ol li.sp_only {
	display: none;
	visibility: hidden;
}

header #global-menu .sub-nav ol li:nth-child(2n-1) {
	border-left: 1px solid #aaa16d;
	border-right: 1px solid #aaa16d;
}

header #global-menu .sub-nav ol li:nth-child(3n-1) {
	border-left: none;
	border-right: none;
}

#pudding header #global-menu li#pudding-nav a.link:after, #cake header #global-menu li#cake-nav a.link:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 1000;
	right: 0;
	margin: 0 auto;

	}

