/**
 * @package   Gantry Template - RocketTheme
 * @version   3.2.15 January 25, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2012 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;}
.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;}

/* Root Items */
.menutop {
    list-style: none;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 1em;
    display: inline-block;
    float: right;
}
.menutop li.root {
    float: left;
    background: url(../images/template/separator.png) right 0 no-repeat;
    padding-right: 1px;
}
.menutop li.root > .item {
  white-space: nowrap;
  display: block;
  padding: 0;
  font: 16px/44px 'Oswald', sans-serif;
    text-transform: uppercase;
  cursor: pointer;
  position: relative;
    z-index: 10;
  margin: 0;
  outline: none;
  height: 43px;
    background: url(../images/template/nav.gif) 0 43px repeat-x;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
    -moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
  -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
}
  
.menutop li.root > .item:hover,
.menutop li.root.active > .item,
.menutop li.root.f-mainparent-itemfocus > .item {
    background: #d15333 url(../images/template/nav.gif) 0 0 repeat-x;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.menutop li.root > span.item{cursor:default;}  

.menutop li.root > .item span {
    display: block;
    margin: 0;
    outline: none;
    padding: 0 5px 0 5px;
    width: auto;
    line-height: 38px;
}
.menutop li.root > .item em {font-size: 10px;display: block;text-transform: lowercase;line-height: 0.3em;}
.menutop li.parent.root .item span {}
.menutop li.root .subtext span {line-height: 1.9em;}
.menutop li.root > .item img {margin: 0 4px 0 0;vertical-align: text-bottom;}

/* Dropdown Surrounds */
.menutop ul {
    padding: 4px 0 3px;
    margin: 0px; 
    float: left;
    width: auto !important;
    background-color: #5c5b51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c5b51), to(#1a1a17)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #5c5b51, #1a1a17); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #5c5b51, #1a1a17); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #5c5b51, #1a1a17); /* IE10 */
  background-image:      -o-linear-gradient(top, #5c5b51, #1a1a17); /* Opera 11.10+ */
  background-image:   linear-gradient(to bottom, #5c5b51, #1a1a17);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.menutop .drop-bot {height: 1px;overflow: hidden;clear: both;}
.menutop .fusion-submenu-wrapper {height: auto !important;}

.menutop ul.level2 { margin: 0px;}

/* Dropdown Items */
.menutop ul li {    
    display: block;
    margin-bottom: 1px;
}
.menutop ul li > .item {
  padding: 0;
  height: auto;
  display: block;
  font: 12px/23px 'Oswald', sans-serif;
  cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
  
.menutop ul li > .item:hover,
.menutop ul li.active > .item,
.menutop ul li.f-menuparent-itemfocus > .item {
    background-color: #dc7b4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc7b4c), to(#d15334)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #dc7b4c, #d15334); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #dc7b4c, #d15334); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #dc7b4c, #d15334); /* IE10 */
  background-image:      -o-linear-gradient(top, #dc7b4c, #d15334); /* Opera 11.10+ */
  background-image:   linear-gradient(to bottom, #dc7b4c, #d15334);
}

.menutop ul li > .item span {
    display: block;
    overflow: hidden;
    line-height: 23px;
    padding: 0 18px 0 19px;
}
.menutop ul li .item img {float: left;margin: 8px 6px 0 0;vertical-align: top;}
.menutop ul li .nolink span {display: block;}
.menutop ul li span.item {cursor: default;outline: none;}
.menutop ul li .subtext span {line-height: 1.9em;}
.menutop ul li .subtext em {line-height: 0.6em;padding-bottom: 7px;text-transform: lowercase;}

/* No JS */
.menutop li.root:hover > .fusion-submenu-wrapper {top: 35px;left: 0;}
.menutop ul li:hover > .fusion-submenu-wrapper {left: 180px;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 !important;position: absolute;}

/* Grouped & Modules */
.menutop .fusion-grouped {padding-bottom: 10px;}
.menutop .fusion-grouped ol {padding: 0;}
.menutop .fusion-grouped ol li {padding: 0 15px;}
.menutop .fusion-grouped ol li .item {padding: 0 15px;}
.menutop .fusion-grouped ol li span {font-size: 85%;line-height: 2em;}
.menutop .type-module ol {padding: 0;}
.menutop .type-module ol li {padding: 0;}
.menutop .type-module ol li .fusion-modules {background: none;}
.menutop .type-module ol li .fusion-module {padding: 0;background: none;overflow: hidden;}
.menutop .fusion-module, .menutop .fusion-modules, .menutop .fusion-grouped {display: block;}
.menutop .fusion-modules.item {padding: 15px;}
.menutop .fusion-module em {display: inline;font-size: inherit;font-style: italic;}
.menutop .fusion-module a {font-size: inherit;line-height: 130%;}
.menutop .fusion-module p, .menutop .fusion-modules p {line-height: 160%;}
.menutop ul li.grouped-parent > .daddy span {background: none;}