.sf-menu {
  float: left;
  margin-bottom: 1em;
  padding: 0;
}
.sf-menu.sf-navbar {
  width: 100%;
}
.sf-menu ul {
  padding-left: 0;
}
.sf-menu a {
  /*border-right: 1px outset #003973;*/
  color: #ffffff;
  padding: 0.75em 1em;
}
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
}
.sf-menu.rtl a.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em;
}
.sf-menu.sf-navbar a {
  border: 0;
}
.sf-menu span.sf-description {
  color: #ffffff;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}
.sf-menu li,
.sf-menu.sf-navbar {
  /*background-color: #CD6601; OLD light orange*/
  background-color: #b05806;
}
.sf-menu li li {
  /*background-color: #b95c01; OLD*/
  /*background-color: #753b04; CHANGE 1*/
  background-color: #b05806;
}
.sf-menu li li li {
  background-color: #b95c01;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.active a,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu.sf-navbar li li {
  /*background-color: #b95c01; OLD*/
  /*background-color: #753b04; CHANGE 1*/
  background-color: #f17d16;
  color: #FFF3E8;
}
.active-trail.menuparent a{
	color:#ffffff !important;
	font-weight:500 !important;
}

.active-trail li.is-leaf a{
    color: #B35E13 !important;
}

.navbar-menu-li a.active {
	color:#ffffff !important;
        font-weight:500 !important;
}

/*staterecords requested to highlight the menu/submenu like below when those are active - sami 01.07.14*/
body li.active-trail.sf-depth-1 a:hover, body li.sf-depth-1 a:hover{color: #2b2b2b !important;}
body .active-trail li.sf-depth-2 a {font-weight: 300 !important;}
body .active-trail li.active-trail.sf-depth-2 a {font-weight: 500 !important;}


.sf-menu.sf-navbar li ul {
  /*background-color: #b95c01;*/
  background-color: #CD6601;
}
.sf-menu.sf-navbar li ul li ul {
  background-color: transparent;
}
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
  font-weight: bold;
}
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em;
}
.sf-menu.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}
.sf-menu li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em;
}
.sf-menu li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em;
}
.sf-menu li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em;
}
.sf-menu li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em;
}
.sf-menu li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em;
}
.sf-menu li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em;
}
.sf-menu li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em;
}
.sf-menu li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em;
}
.sf-menu li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em;
}
.sf-menu li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em;
}
