/* Global */
.menutop.theme-fusion {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	line-height: 1em;
	display: inline-block;
}

.menutop.theme-fusion li {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

.menutop.theme-fusion em {
	font-size: 80%;
	font-weight: normal;
	display: block;
	font-style: normal;
}

.menutop.theme-fusion li .item .menutop.theme-fusion li.active .item {
	display: block;
	margin: 0;
	text-decoration: none;
	float: none;
	width: auto;
}

.menutop.theme-fusion li .fusion-submenu-wrapper {
	float: none;
	left: -999em;
	position: absolute;
	z-index: 500;
}

.menutop.theme-fusion li:hover li ul,
.menutop.theme-fusion li.sfHover li ul {
	top: -999em;
}

.menutop.theme-fusion li:hover ul,
.menutop.theme-fusion li.sfHover ul {
	top: 0;
}

/* Root Items */
.menutop.theme-fusion li.root {
	float: left;
}

.menutop.theme-fusion li.root>.item {
	white-space: nowrap;
	display: block;
	padding: 0;
	font-size: 1em;
	z-index: 100;
	cursor: pointer;
	position: relative;
	margin: 0;
	outline: none;
	height: 3em;
}

.menutop.theme-fusion li.root>.item span {
	display: block;
	margin: 0;
	outline: none;
	padding: 0 15px;
	width: auto;
	line-height: 3em;
}

.menutop.theme-fusion li.root>.item em {
	font-size: 10px;
	display: block;
	text-transform: lowercase;
	line-height: 0.3em;
}

.menutop.theme-fusion li.parent.root .item span {
	padding-right: 20px;
}

.menutop.theme-fusion li.root .subtext span {
	line-height: 1.9em;
}

.menutop.theme-fusion li.root>.item img {
	margin: 8px 6px 0 0;
	vertical-align: top;
	float: left;
}

/* Dropdown Surrounds */
.menutop.theme-fusion ul {
	padding: 0;
	margin: 0;
	float: left;
}

.menutop.theme-fusion .drop-bot {
	height: 1px;
	overflow: hidden;
	clear: both;
}

/*.menutop.theme-fusion .fusion-submenu-wrapper {height: auto !important;}*/

/* Dropdown Items */
.menutop.theme-fusion ul li {
	padding: 0;
	display: block;
	width: 180px;
}

.menutop.theme-fusion ul li>.item {
	padding: 0 15px;
	height: auto;
	display: block;
	font-size: 1em;
	cursor: pointer;
}

.menutop.theme-fusion ul li>.item span {
	display: block;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	line-height: 3em;
}

.menutop.theme-fusion ul li .item img {
	float: left;
	margin: 8px 6px 0 0;
	vertical-align: top;
}

.menutop.theme-fusion ul li .nolink span {
	display: block;
}

.menutop.theme-fusion ul li span.item {
	cursor: default;
	outline: none;
}

.menutop.theme-fusion ul li .subtext span {
	line-height: 1.9em;
}

.menutop.theme-fusion ul li .subtext em {
	line-height: 0.6em;
	padding-bottom: 7px;
	text-transform: lowercase;
}

.menutop.theme-fusion ul.columns2 {
	width: 362px;
	padding: 0;
	margin-left: 1px;
}

.menutop.theme-fusion ul.columns2 li {
	width: 180px;
	float: left;
	margin-left: 1px;
}

/* No JS */
.menutop.theme-fusion li.root:hover>.fusion-submenu-wrapper {
	top: 35px;
	left: 0;
}

.menutop.theme-fusion ul li:hover>.fusion-submenu-wrapper {
	left: 180px;
	top: 0;
}

.menutop.theme-fusion ul.columns2 li:hover>.fusion-submenu-wrapper {
	left: 178px;
	top: 0;
}

/* Fusion JS */
.fusion-js-container {
	display: block;
	height: 0;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	z-index: 600000 !important;
	background: transparent !important;
}

.fusion-js-subs {
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

/* Grouped & Modules */
.menutop.theme-fusion .fusion-grouped {
	padding-bottom: 10px;
}

.menutop.theme-fusion .fusion-grouped ol {
	padding: 0;
}

.menutop.theme-fusion .fusion-grouped ol li {
	padding: 0 15px;
}

.menutop.theme-fusion .fusion-grouped ol li .item {
	padding: 0 15px;
}

.menutop.theme-fusion .fusion-grouped ol li span {
	font-size: 85%;
	line-height: 2em;
}

.menutop.theme-fusion .type-module ol {
	padding: 0;
}

.menutop.theme-fusion .type-module ol li {
	padding: 0;
}

.menutop.theme-fusion .type-module ol li .fusion-modules {
	background: none;
}

.menutop.theme-fusion .type-module ol li .fusion-module {
	padding: 0;
	background: none;
	overflow: hidden;
}

.menutop.theme-fusion .fusion-module,
.menutop.theme-fusion .fusion-modules,
.menutop.theme-fusion .fusion-grouped {
	display: block;
}

.menutop.theme-fusion .fusion-modules.item {
	padding: 15px;
}

.menutop.theme-fusion .fusion-module em {
	display: inline;
	font-size: inherit;
	font-style: italic;
}

.menutop.theme-fusion .fusion-module a {
	font-size: inherit;
	line-height: 130%;
}

.menutop.theme-fusion .fusion-module p,
.menutop.theme-fusion .fusion-modules p {
	line-height: 160%;
}

.menutop.theme-fusion ul li.grouped-parent>.daddy span {
	background: none;
}