/*** ESSENTIAL STYLES ***/
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu ul {
    z-index: 1;
}
.sf-menu > li {
  float: left;
  white-space: nowrap;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}

.sf-menu > li > a {
  display: block;
  position: relative;
  -webkit-transition: color 450ms ease-in-out, background-color 150ms ease-in-out; -moz-transition: color 450ms ease-in-out, background-color 150ms ease-in-out; -o-transition: color 450ms ease-in-out, background-color 150ms ease-in-out; transition: color 450ms ease-in-out, background-color 150ms ease-in-out;
}

/*** Selectbox theme ***/
.sf-selectbox {
    display: inline-block;
    height: 23px;
}
.sf-selectbox .sf-menu {
    padding-right: 27px;
    text-align: left;
    display: inline-block;
}
.sf-selectbox .sf-menu > li {
    float: none;
}
.sf-menu ul {
    display: none;
}
.sf-selectbox a.sf-with-ul {
    border: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 21px;
    padding: 0 10px;
    background: #fff;
    color: #a5a3a3;
}
.sf-selectbox a.sf-with-ul:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    right: -27px;
    bottom: -1px;
    background: #dfdede url('../images/icons/icon_switcher.png') no-repeat center 10px;
}
.sf-selectbox a.sf-with-ul:hover:after {
    background-color: #add4d9;
}
.sf-selectbox .sf-menu ul {
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 9999;
}
.sf-selectbox .sf-menu ul li {
    border-bottom: 1px solid #f0f0f0;
}
.sf-selectbox .sf-menu ul a {
    background: none;                                      
    padding: 5px 0;
    display: inline-block;
    color: #a5a3a3;
    width: 100%;
}
.sf-selectbox .sf-menu ul a:hover {
    background-color: #add4d9;
    color: #fff;
}
