/**
 * @package   Zephyr Template - RocketTheme
 * @version   1.5.1 August 10, 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;}

/* Root Items */
.menutop {list-style: none;margin: 0;padding: 0 2px;position: relative;line-height: 1em;display: inline-block;}
.menutop li {float: left;margin: 0 -2px;height: 54px;}
.menutop li .item {white-space: nowrap;display: block;text-transform: lowercase;padding: 0;font-size: 18px;z-index: 100;cursor: pointer;position: relative;margin: 0;outline: none;}
.menutop li .item span {display: block;margin: 0;outline: none;padding: 14px 14px 4px 14px;width: auto;line-height: 30px;}
.menutop li .item em {font-size: 10px;display: block;font-style: normal;position: absolute;text-transform: lowercase;bottom: 4px;right: 14px;line-height: 100%;}
.menutop li.parent .item span {padding-right: 20px;}
.menutop li.parent .item span em {right: 22px;}
.menutop li .subtext span {line-height: 18px;padding-bottom: 16px;}
.menutop li .subtext span em {bottom: 7px;}
.menutop li .nolink span {line-height: 21px;}