/**
 * @package   Nebulae Template - RocketTheme
 * @version   1.6.4 February 16, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2012 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;position: relative;line-height: 1em;display: inline-block;}
.menutop li {float: left;margin: 0 1px;padding: 0;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.menutop li .item {white-space: nowrap;display: block;font-size: 15px;z-index: 100;cursor: pointer;position: relative;padding: 5px 0 20px 0;margin: 0;outline: none;font-weight: normal;height: 45px;line-height: 34px;text-transform: uppercase;}
.menutop li > span.item {cursor: default;}
.menutop li .subtext {line-height: 16px;}
.menutop li .item span {display: block;outline: none;padding: 0 10px;width: auto;}
.menutop li .item em {font-size: 13px;display: block;font-style: normal;line-height: 100%;text-align: left;text-transform: lowercase;letter-spacing: normal;}

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