/**
 * @version   1.0 September 16, 2011
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* 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;z-index: 10;}
.menutop li {float: left;margin: 0 5px 0 0;padding: 0;}
.menutop li .item {white-space: nowrap;display: block;font-size: 15px;z-index: 100;cursor: pointer;position: relative;padding: 0;margin: 0 -5px 0 0;outline: none;font-weight: normal;height: 34px;line-height: 34px;}
.menutop li .item span {display: block;outline: none;padding: 0 10px;width: auto;}
.menutop li .item em {font-size: 10px;display: block;font-style: normal;line-height: 10px;margin-top: -3px;text-align: left;text-transform: none;}
.menutop li .subtext {line-height: 22px;}

/* Pill */
.fusion-pill-l {height: 34px;margin: 0 5px 0 0;padding-right: 5px;top: 0;position: absolute;left: 0;}
.fusion-pill-r {height: 34px;width: 5px;position: absolute;top: 0;right: -5px;}

/* RTL */
body.rtl .menutop li {float: right;}
body.rtl .menutop li .item em {text-align: right;}