/* Created with Easy CSS Menu */

#mb3vhgebul_wrapper {
  padding: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  background-color: #009900;
  box-shadow: none;
  border-collapse: separate;
  font-size: 0;
  line-height: 0;
}

#mb3vhgebul_wrapper.quirks {
  margin-bottom: 1px;
  margin-right: 1px;
}

#mb3vhgebul_wrapper.quirks #mb3vhgebul_table ul li {
  width: 100%;
}

#mb3vhgebul_table {
  margin: 0px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
  width: auto;
}

#mb3vhgebul_table li a {
  line-height: 19px;
  font-size: 16px;
  font-family: "Times New Roman",Times,serif;
  text-decoration: none;
  color: #EEEEEE;
  font-style: normal;
  font-weight: bold;
  padding: 20px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mb3vhgebul_table li div.buttonbg {
  height: 59px;
  width: 89px;
  line-height: 0;
  background-color: #009900;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

#mb3vhgebul_table li:hover div.buttonbg a, #mb3vhgebul_table li.expanded a.topitem, #mb3vhgebul_table li.active a.topitem,
#mb3vhgebul_table li.itemhot a.topitem, #mb3vhgebul_table li a:hover {
  color: #EEEEEE;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}


#mb3vhgebul_table li.expanded div.buttonbg, #mb3vhgebul_table li.active div.buttonbg, #mb3vhgebul_table li.itemhot div.buttonbg, #mb3vhgebul_table li:hover div.buttonbg {
  background-color: #006600;
  box-shadow: none;
}

#mb3vhgebul_table li.expanded div.buttonbg, #mb3vhgebul_table li.active div.buttonbg, #mb3vhgebul_table li.itemhot div.buttonbg, #mb3vhgebul_table li:hover div.buttonbg {
  border-color: transparent;
}

#mb3vhgebul_table ul li a {
  color: #EEEEEE;
  font-family: "Times New Roman",Times,serif;
  font-size: 15px;
  line-height: 17px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mb3vhgebul_table ul li:hover > a {
  color: #EEEEEE;
  font-family: "Times New Roman",Times,serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mb3vhgebul_table ul li.subexpanded a.subexpanded, #mb3vhgebul_table ul li.subitemhot a.subitemhot, #mb3vhgebul_table ul li a:hover {
  color: #EEEEEE;
  font-family: "Times New Roman",Times,serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mb3vhgebul_table ul li:hover, #mb3vhgebul_table ul li.subexpanded, #mb3vhgebul_table ul li.subitemhot {
  border-color: transparent;
  background-color: #009900;
  box-shadow: none;
}

#mb3vhgebul_table ul {
  margin: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  padding: 0;
  background: #006600;
  font-size: 0;
  border-radius: 0;
}

#mb3vhgebul_table ul li a {
  padding: 13px 21px 13px 19px;
  text-align: left;
}

#mb3vhgebul_table ul li.separator {
  padding: 13px;
  cursor: default;
  background: none;
  box-shadow: none;
  border-width: 0;
}

#mb3vhgebul_table ul li.separator div {
  border-top: 1px solid #000000;
  font-size: 0px;
}

#mb3vhgebul_table ul li {
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  height: auto;
  width: auto;
  text-align: left;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  float: none;
  margin: 0 0 0px 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background-color: #006600;
  display: block;
}


#mb3vhgebul_table a img {
  border: none;
}

#mb3vhgebul_table li {
  list-style: none;
  float: left;
  margin: 0px 1px 1px 0px;
  padding: 0;
  float: left;
  display: inline-block;
}

#mb3vhgebul_table.css_menu li {
  position: relative;
}

#mb3vhgebul_table.css_menu ul li:hover > ul {
  opacity: 1;
}

#mb3vhgebul_table.css_menu li:hover > ul {
  top: 100%;
  left: 0;
  right: auto;
  opacity: 1;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
}

#mb3vhgebul_table.css_menu ul li:hover > ul {
  top: -0px;
  left: 100%;
  right: auto;
}

#mb3vhgebul_table.css_menu ul {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property:transform,opacity;
  -webkit-transition-property:-webkit-transform,opacity;
  -moz-transition-property:-moz-transform,opacity;
  -ms-transition-property:-ms-transform,opacity;
  opacity: 0;
  transform-origin: 0 0;
  transform: scale(1, 0.1);
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 0.1);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 0.1);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 0.1);
}

#mb3vhgebul_table ul {
  position: absolute;
  top:-99999px;
  z-index: 4000;
}

#mb3vhgebul_table ul ul {
  position: absolute;
  z-index: 5000;
}

#mb3vhgebul_table .submenu_arrow {
  margin-left: 8px;
}


@media screen and (max-width: 500px) {
  #mb3vhgebul_wrapper:not(.scripted) {
    text-align: center;
  }

  #mb3vhgebul_wrapper:not(.scripted) #mb3vhgebul_table li {
    float: none;
    vertical-align: top;
  }
}

#mb3vhgebul_wrapper.centeritems {
  text-align: center;
}

#mb3vhgebul_wrapper.centeritems #mb3vhgebul_table li {
  float: none;
  vertical-align: top;
}
#mb3vhgebul_table ul li a.with_arrow { 
  background-image: url(ebab_mb3vhg_c.png); 
  background-repeat: no-repeat; 
  background-position: right center; 
  padding-right: 25px; 
} 

