/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  z-index: 99;


}
.sf-menu > li {
  float: left;
margin-top: 0px;
font-weight: 400;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0px;
  left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  
}
.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 a {


  line-height: 50px;
padding-right: 15px;
padding-left: 15px;
  text-decoration: none;
  zoom: 1; /* IE7 */
font-size: 1.1em;
}

.sf-menu a {
  color: #fff;
}
.sf-menu li {

background:    transparent;

}
.sf-menu li li {




}
.sf-menu li li li {



}


  .sf-menu li.sf-nav a:link, .sf-menu li.sf-nav a:visited {
  background: #65cc35; /* Old browsers */
color: #fff;
}



  .sf-menu li.sf-nav a:hover {
color: #fff;
  background: #33900c; /* Old browsers */

}

.sf-menu li.sf-nav_act a {

color: #fff;
  background: #33900c; /* Old browsers */
}

.sf-menu li li.sf-menu-sub a:link, .sf-menu li li.sf-menu-sub a:visited {
color: #33900c;
background: rgba(255, 255, 255, 0.9);
  -moz-opacity: 0.9;
  filter:alpha(opacity=9);
  -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
height: 35px;
line-height: 35px;
border-right: none;
padding-top: 0px;
font-size: 1em;
}

.sf-menu li li.sf-menu-sub a:hover {
color: #fff;
    background: #33900c; /* Fallback IE 6-8 */
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.sf-menu li li.sf-menu-sub_act a {
color: #fff;
    background: #33900c; /* Fallback IE 6-8 */
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
height: 35px;
line-height: 35px;
border-right: none;
padding-top: 0px;
font-size: 1em;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.3em;
  *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: '';
  position: absolute;
  top: 25px;
  right: 1em;
  margin-top: -1px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.9);
}
.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: #fff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -11px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(51,144,12,.9);
}
.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: #fff;
}
