#menu ul li.hovering a.top {
	color: #f2ef00;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: none;
}

#menu ul li.mega a {
}

#menu ul li.mega a:hover {
	text-decoration: none;
}

#menu ul div {
	display: none;
}

#menu ul li.mega div.wrapper {
	border-right: 1px solid #000;;
	border-bottom: 1px solid #000;
	width: 18em;
	position: absolute;
	top: 3.50em;
	left: 0em;
	padding: 1.3em;
	background: #014c86 url('/images/menu-dropdown-bg.jpg') repeat-x left bottom;
	color: #fff;
	text-align: left;
	z-index: 9999;
}

#menu ul li.hovering div.wrapper {
	display: block;
}

#menu ul li.mega div.wrapper a {
	display: inline;
	color: #5BE9FF;
	padding: 0;
	background-image: none;
	text-decoration: none;
	font-size: 1.0em;
}

#menu ul li.mega div.wrapper a:hover {
	text-decoration: underline;
}

#menu ul li div.wrapper a.more {
	color: #390;
	font-weight: bold;
}

/*----------------------------------------------------------------
	CUSTOM
----------------------------------------------------------------*/
/*---------- PRODUCTS MENU ITEM ----------*/
#menu ul li.nav-products div.wrapper {
	width: 36em;
}

#menu ul li.nav-products div.wrapper div.product-column {
	clear: right;
	position: relative;
	float: left;
	display: inline;
	width: 44%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

#menu ul li.nav-products div.wrapper div.column-one {
	padding: 0 3% 0 0;
}

#menu ul li.nav-products div.wrapper div.column-two {
	padding: 0 0 0 3%;
}

#menu ul li.nav-products div.wrapper div.stroke {
	border-right: 1px solid #176481;	
}

/*ul#menu li.nav-products div.wrapper div.applications {
	float: right;	
}*/

#menu ul li.nav-products div.wrapper div.product-column h4,
#menu ul li.nav-products div.wrapper div.product-column p {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
}

#menu ul li.nav-products div.wrapper div.product-column p {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	line-height: normal;
}

#menu ul li.nav-products div.wrapper div.product-column h4.single {
	margin: 0 0 10px 0;
}

#menu ul li.nav-products div.wrapper div.product-column h4 {
	padding-bottom: 3px;
	font-size: 1.2em;
}

#menu ul li.nav-products div.wrapper div.product-column h4 a {
	color: #FFF;
	text-decoration: none;
}

#menu ul li.nav-products div.wrapper div.product-column h4 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/*---------- RESOURCE MENU ITEM ----------*/
#menu ul li.nav-resources div.wrapper {
	width: 18em;
}

#menu ul li.nav-resources div.wrapper div.resource-column {
	clear: right;
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

#menu ul li.nav-resources div.wrapper div.resource-column p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	width: 100%;
}

/*---------- RESOURCE MENU ITEM ----------*/
#menu ul li.nav-policies div.wrapper {
	width: 18em;
}

#menu ul li.nav-policies div.wrapper div.policies-column {
	clear: right;
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

#menu ul li.nav-policies div.wrapper div.policies-column p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	width: 100%;
}
