.sub-menu-holder {
	position: absolute;
	z-index: 10;
}

.sub-menu-base {
	background: url(../images/sub-menu/menu-base.png) no-repeat;
	width: 649px;
	height: 38px;
	position: absolute;
}

.sub-menu-learn {
	position: absolute;
	width: 214px;
	height: 35px;
	top: 0px;
	left: 0px;
}

.sub-menu-learn .hover {
	background: url(../images/sub-menu/learn-pic.png) no-repeat;
	width: 102px;
	height: 161px;
	display: none;
	position: absolute;
	top: -124px;
	left: 118px;
	z-index: 999;
}

.sub-menu-learn a:hover {
	color: #ce4083;
}

.sub-menu-learn:hover .hover {
	display: block;
}

.sub-menu-go {
	position: absolute;
	width: 214px;
	height: 35px;
	top: 0px;
	left: 218px;
}

.sub-menu-go .hover {
	background: url(../images/sub-menu/go-pic.png) no-repeat;
	width: 130px;
	height: 188px;
	display: none;
	position: absolute;
	top: -139px;
	left: 93px;
	z-index: 999;
}

.sub-menu-go a:hover {
	color: #509eb5;
}

.sub-menu-go:hover .hover {
	display: block;
}

.sub-menu-give {
	position: absolute;
	width: 214px;
	height: 35px;
	top: 0px;
	left: 435px;
}

.sub-menu-give .hover {
	background: url(../images/sub-menu/give-pic.png) no-repeat;
	width: 122px;
	height: 164px;
	display: none;
	position: absolute;
	top: -127px;
	left: 95px;
	z-index: 999;
}

.sub-menu-give a:hover {
	color: #789c30;
}

.sub-menu-give:hover .hover {
	display: block;
}

ul.sub-dropdown,
ul.sub-dropdown li,
ul.sub-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sub-dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.sub-dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.sub-dropdown li.hover,
ul.sub-dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.sub-dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 31px;
	left: 6px;
	z-index: 598;
}

ul.sub-dropdown ul li {
	float: none;
}

ul.sub-dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.sub-dropdown li:hover > ul {
	visibility: visible;
}

/* ----- ALL LEVELS (incl. first) */

ul.sub-dropdown {
	font: normal 12px Helvetica;
	text-transform: uppercase;
}

ul.sub-dropdown li {
	padding: 7px 0;
	color: #fff;
	line-height: normal;
}

ul.sub-dropdown a {
	color: #fff;
	text-decoration: none;
}

/* ----- END LEVEL */

/* ----- NON-FIRST LEVEL */

ul.sub-dropdown ul {
	width: 168px;
	background-color: #333;
	color: #fff;
	font-size: 12.5px;
	text-transform: none;
	padding: 0px 10px 0px 10px;
}

ul.sub-dropdown ul li {
	background-color: transparent;
	color: #000;
	filter: none;
	border-bottom: 1px solid white;
}

ul.sub-dropdown ul li.hover,
		ul.sub-dropdown ul li:hover {
	background-color: transparent;
}

ul.sub-dropdown ul a:hover {
	text-decoration: none;
	font-weight: bold;
}