ul#menu h2, ul#menu h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#nav ul li.mega h2 a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav ul li.mega h2 a:hover {
	color: #FF6800;
}

ul#menu li.hovering a.top {
	color: #FF6800;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: none;
}

ul#menu li.mega a {
	background: transparent url(arrow.gif) center right no-repeat;
}

ul#menu li.mega a:hover {
	text-decoration: none;
}

ul#menu div {
	display: none;
}

ul#menu li.mega div.wrapper {
	border-right: 1px solid #000;;
	border-bottom: 1px solid #000;
	width: 18em;
	position: absolute;
	top: 3.05em;
	left: 6em;
	padding: 1.3em;
	background: #404040 url('/images/menu-dropdown-bg.jpg') repeat-x left bottom;
	color: #fff;
}

ul#menu li.hovering div.wrapper {
	display: block;
}

ul#menu li.mega div.wrapper a {
	display: inline;
	color: #00a7b2;
	padding: 0;
	background-image: none;
	text-decoration: underline;
	font-size: 1.0em;
}

ul#menu li.mega div.wrapper a:hover {
	text-decoration: none;
}

ul#menu li div.wrapper a.more {
	color: #390;
	font-weight: bold;
}

ul#menu div.wrapper h3 {
	color: #f70;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 10px 5px 10px;
}

ul#menu div.wrapper p {
	margin: 0 0 0.8em 0;
	padding: 0;
}

/*----------------------------------------------------------------
	CUSTOM
----------------------------------------------------------------*/
/*---------- PRODUCTS MENU ITEM ----------*/
ul#menu li.nav-products div.wrapper {
	width: 41em;
}

ul#menu li.nav-products div.wrapper div.product-column {
	clear: right;
	position: relative;
	float: left;
	display: inline;
	width: 33%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

ul#menu li.nav-products div.wrapper div.brands,
ul#menu li.nav-products div.wrapper div.types {
	border-right: 1px solid #353535;	
}

/*ul#menu li.nav-products div.wrapper div.applications {
	float: right;	
}*/

ul#menu li.nav-products div.wrapper div.product-column ul {
	list-style: none;
	margin: 0 10px 10px 10px;
	padding: 0;
	border: 0;
}

ul#menu li.nav-products div.wrapper div.product-column ul li {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 0;
}

ul#menu li.nav-products div.wrapper div.product-column ul li a {
	line-height: normal;
}

#nav ul li a.nav-active {
	color: #FF6800;
	text-decoration: none;
}

ul#menu li.mega div.wrapper a.sub-active {
	color: #797979;
	text-decoration: none;
	cursor: default;
}

ul#menu li.nav-products div.wrapper div.product-column h3 a {
	color: #f70;
	text-decoration: none;
}

ul#menu li.nav-products div.wrapper div.product-column h3 a:hover {
	color: #f70;
	text-decoration: underline;
}
