/*** ESSENTIAL STYLES ***/
nav { 
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;  
    position: relative;
    z-index: 99; 
}
#nav { 
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    z-index: 99; 
}
.sf-menu li {
    position: relative; 
}
.sf-menu ul {
    position: absolute;
    display: none; 
}
.sf-menu > li {
    float: left;
    line-height: 94px;   
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative; 
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** SKIN ***/

.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */ 
}

.sf-menu li a {
    color: #000000;
    text-decoration: none; 
    font-size: 14px;    
    padding: 0 10px;
}
.sf-menu li:last-child a {
    border-right: 1px solid rgba(0,0,0,0);
}
.sf-menu a:hover, .sf-menu a:hover li {
    color: #2C2F38;
}
.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    padding: 0; 
}
.sf-menu li:hover {
    opacity: 1;
}
.sf-menu li:first-child {
    border-left-width: 0;
}
.sf-menu li:last-child {
    border-right-width: 0;
}
.sf-menu ul { 
    margin-top: 0em;
    background: #151515; 
    z-index: 99;
    border-radius: 1px;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    border-radius: 1px;
    border-radius: 0 0 5px 5px;
}


.sf-menu ul li {
    text-align: left;
    line-height: 18px;
    color: #CDCDCD;
    padding: 8px 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right-width: 0;
    border-right-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.sf-menu ul li a { 
}
.sf-menu ul li:last-child {
    border-bottom-width: 0px;  
}
.sf-menu ul li:hover {
    background: rgba(255,255,255,.1);
    color: #35353D;
    box-shadow: none;
}
.sf-menu li:hover a, .sf-menu ul li:hover a {
    /* color: #FFFFFF; */

}
.sf-menu ul {
}
.sf-menu ul ul {
    margin-top: 0;
    margin-left: 24px;
    opacity: 0;

}
.sf-menu ul:hover ul {
    opacity: 1;

}
.sf-menu ul li a {
    color: #35353D;
    font-size: 10px; 
    line-height: 26px;
    border-right: 0px solid #EDEDED;
    padding-bottom: 0;
}

.sf-menu li:hover a {    
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    color: #CFCFCF;
}
.sf-menu .sub-menu li a {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    color: #FFFFFF;
}
.sf-menu li.sfHover {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    color: #AFAFAF;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: .5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '\2022';
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 1px;
    /* order of following 3 rules important for fallbacks to work */
    border-top-color: #9099A5;
    color: #FFA700;  
    margin-left: 5px;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #E8E8EA; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {  
    border-color: transparent;
    border-left-color: #ADADAF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: #BFBFBF;
    content: '\2022';
    font-family: Helvetica, Arial, sans-serif;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #DFDFDD;
}


.current-menu-item{
    background: rgba(0,0,0,.02);
}

.sf-menu ul ul{
    margin-left: 32px !important;
    margin-top: 1px !important;
    border-radius: 0 8px 8px 8px;
}
.sf-menu ul {
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.25);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.25);

}