/**
 * @package   Kinetic Template - RocketTheme
 * @version   1.5.1 February 4, 2010
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2010 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Global */
.menutop li
{
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
.menutop em
{
	font-size: 80%;
	font-weight: normal;
	display: block;
	font-style: normal;
}
.menutop li .item, .menutop li.active .item
{
	display: block;
	margin: 0;
	text-decoration: none;
	float: none;
	width: auto;
}
.menutop li .fusion-submenu-wrapper
{
	float: none;
	left: -999em;
	position: absolute;
	z-index: 500;
}
.menutop li:hover li ul, .menutop li.sfHover li ul
{
	top: -999em;
}
.menutop li:hover ul, .menutop li.sfHover ul
{
	top: 0;
}

/* Dropdowns */
.menutop .subtext span
{
	line-height: 18px;
}
.menutop .subtext em
{
	line-height: 13px;
}
.menutop ul
{
	width: 188px;
	padding: 0 0 15px 0;
	margin: 0;
}
.menutop .drop-top
{
	height: 1px;
}
.menutop ul.columns2
{
	width: 362px;
	padding: 0 0 15px 0;
}
.menutop .columns2 > .drop-top
{
	width: 362px;
}
.menutop ul li
{
	width: 178px;
	padding-top: 5px;
	padding-left: 5px;
	height: 38px;
	margin-left: 1px;
}
.menutop ul.columns2 li
{
	width: 173px;
	float: left;
	padding-left: 5px;
	height: 38px;
	margin-left: 1px;
}
.menutop li > .item
{
	padding: 0;
	height: auto;
	display: block;
	font-size: 12px;
	line-height: 38px;
}
.menutop li > .bullet
{
	padding-left: 18px;
}
.menutop li > .item.image
{
	padding: 0;
}
.menutop li > .item img
{
	float: left;
	margin: 10px 6px 0 8px;
}
.menutop li > .item span
{
	display: block;
	padding: 0;
	width: 100%;
}
.menutop li a.item
{
	cursor: pointer;
}
.menutop li span.item
{
	cursor: default;
	outline: none;
}

/* Root Items */
.menutop
{
	list-style: none;
	margin: -8px 0 0 0;
	padding: 0;
	position: relative;
	line-height: 1.0;
}
body #rt-header ul.level1
{
	background: none;
}
.menutop li.root
{
	float: left;
	margin: 0 0 0 15px;
	height: 60px;
	background: none;
}
body .menutop li.root > .item
{
	white-space: nowrap;
	display: block;
	font-weight: bold;
	padding: 0;
	font-size: 14px;
	z-index: 100;
	cursor: pointer;
	position: relative;
	margin: 0 0 0 -15px;
	outline: none;
	text-align: center;
	line-height: 32px;
	height: 60px;
}
body .menutop li.root > .bullet
{
	background: none;
}
.menutop li.root > .item span
{
	display: block;
	margin: 0;
	outline: none;
	padding: 18px 17px 0 17px;
	width: auto;
}
.menutop li.root > .item em
{
	font-size: 11px;
	font-weight: normal;
	display: block;
	font-style: normal;
	text-transform: lowercase;
}
.bodylevel-low .menutop li.active.root
{
	background: none !important;
	padding-top: 14px;
}
.bodylevel-low .menutop li.active.root > .item
{
	height: 43px;
}
.bodylevel-low .menutop li.active.root > .item span
{
	padding: 4px 10px 0 10px;
}
.menu-type-fusionmenu .menutop li.root:hover, .menu-type-fusionmenu .menutop li.root.f-menuparent-itemfocus, .menu-type-fusionmenu .menutop li.root.active
{
	background: none;
}
.menu-type-fusionmenu #rt-header .nopill .menutop li:hover .item, .menu-type-fusionmenu #rt-header .nopill .menutop .f-mainparent-itemfocus .item, .menu-type-fusionmenu #rt-header .menutop.nojs li.root:hover .item, .menu-type-fusionmenu #rt-header .menutop.nojs .root.f-mainparent-itemfocus .item
{
	background-position: 10px 10px;
}

/* No JS */
.menutop li.root:hover > .fusion-submenu-wrapper
{
	top: 56px;
	left: -5px;
}
.menutop ul.columns1 li:hover > .fusion-submenu-wrapper
{
	left: 182px;
	top: 0;
}
.menutop ul.columns2 li:hover > .fusion-submenu-wrapper
{
	left: 178px;
	top: 0;
}

/* Fusion Pill */
.fusion-pill-l
{
	height: 60px;
	margin: 0 0 0 -6px;
	top: 0;
	position: absolute;
	left: 0;
}
.fusion-pill-r
{
	height: 60px;
}

/* 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;
}
.bodylevel-low .fusion-js-subs.active
{
	margin-left: -10px;
}

/* RTL */
body.rtl .menutop li.root
{
	float: right;
	margin: 0 15px 0 0;
}
body.rtl .menutop ul li
{
	padding-left: 0;
	padding-right: 5px;
	margin-left: 0;
	margin-right: 1px;
	float: right;
}
body.rtl .menutop ul.columns2 li
{
	float: right;
	padding-left: 0;
	padding-right: 5px;
	margin-left: 0;
	margin-right: 1px;
}
body.rtl .menutop li.root > .bullet
{
	padding: 0;
	background: none;
}
.bodylevel-low.menu-type-fusionmenu.rtl .menutop li.active
{
	background: none !important;
}
.bodylevel-low.rtl .menutop li.active.root > .item span
{
	height: 39px;
}
body.rtl .menutop li > .bullet
{
	padding-left: 0;
	padding-right: 18px;
}

body.rtl .menutop li > .item img
{
	float: right;
	margin: 10px 8px 0 6px;
}
