
/* main menu */
#menu_out {
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center -80px;
  text-align:left !important;
}

#menu {
  position: relative;
  z-index: 2;
  margin-top: -17px;
  height:58px;
  padding: 0 0 0 7px;
}
#menu span {
  background: url("/images2/menu/border_top.gif") top right no-repeat;
  padding-top: 6px;
  margin-top: 10px;
  display: table-cell;
}
#menu span.one_line img {
  vertical-align: middle;
  float: none;
  display: inline;
}
#menu a {
  font-size: 11px;
  height: 33px;
  padding-right: 3px;
  overflow: hidden;
}
#menu span.here {
  margin-top: 0;
  background: url("/images2/menu/selected_back.gif") center center no-repeat;
}
#menu .here a {
  padding-top: 8px;
  background-image: none;
  background-color: transparent;
  border-left: 0;
  height: 44px;
}
#menu a img {
  float: left;
  margin: 0 2px;
}

/* submenu of main menu */
#submenu {
  float: left;
  clear: left;
  width: 767px;
  height: 51px;
  padding-left: 7px;
  margin-top: -9px;
  position: relative;
  z-index: 1;
}
#sub_l, #sub_r, #sub_t, #sub_b {
  position: absolute;
}
#sub_l {
  width: 6px;
  height: 51px;
  top: 0;
  left: 7px;
  background: url("/images2/menu/submenu_left.png") top left no-repeat;
}
#sub_r {
  width: 10px;
  height: 51px;
  top: 0;
  right: 0;
  background: url("/images2/menu/submenu_right.png") top right no-repeat;
}
#sub_t {
  width: 751px;
  height: 6px;
  top: 0;
  left: 13px;
  background: url("/images2/menu/submenu_top.gif") top center repeat-x;
}
#sub_b {
  width: 751px;
  height: 10px;
  bottom: 0;
  left: 13px;
  background: url("/images2/menu/submenu_bottom.png") bottom center repeat-x;
}
#sub_main {
  background-color: #ececec;
  width: 751px;
  height: 31px;
  margin: 6px 0 0 6px;
  font-size: 12px;
  padding-top: 4px;
}
#sub_main a {
  margin: 0 3px;
}
#sub_main img {
  vertical-align: middle;
}
#sub_main strong {
  font-size: 14px;
  padding: 0 10px;
  margin-top: -3px;
  display: block;
  font-weight: normal;
}
