.mainimgcontainer {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hmenu_bottom {
  margin: 0px auto;
  width: 1205px;
}


.top_menu > li.havechild {
	background-image:  url("top_menu_pointer.png"), url("topmenu_bg.gif");
	background-position: 97% 50%, left top;
	background-repeat:  no-repeat, repeat-x;
}
.top_menu > li a {
color: #000;
font: 16px Arial;
text-decoration: none;
}


.top_menu > li.havechild:hover {
	background-image:  url("top_menu_pointer.png"), url("topmenuh_bg.gif");
	background-position: 97% 50%, left top;
	background-repeat:  no-repeat, repeat-x;
}

.top_menu > li ul {
position: absolute;
white-space: nowrap;
min-width: 200px;
z-index: -999;
max-height: 0;
pointer-events: none;
overflow: hidden;
}
.top_menu > li > ul {
top: 51px;
}
.top_menu > li > ul ul {
display: block;
left: 95%;
top: 20%;
}
.top_menu > li ul li {
  background-color: #eeeded;
  border: 0px solid #c5c6c6;
  border-right-width: 1px;
  border-left-width: 1px;
  min-width: 223px;
  text-align: left;
}
.top_menu > li ul li.havechild {
	background-image: url("submenu_arr.gif");
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.top_menu > li ul li:first-child {
  border-top-width: 1px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-top-left-radius: 3px;
-moz-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
behavior: url("/img_0/PIE.htc");
}
.top_menu > li ul li:last-child {
  border-bottom-width: 1px;
   -webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-bottom-left-radius: 3px;
-moz-border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
behavior: url("/img_0/PIE.htc");
}
.top_menu > li ul li:hover {
background-color: #c2c3c3;
}








.hmenu_bottom {
  margin: 0px auto;
  width: 1205px;
  text-align: center;
}

.top_menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0px;
  margin-bottom: 20px;
}


.top_menu > li {
  flex: 1;
  background-color: #f2f2f2;
  background-image: url("topmenu_bg.gif");
  background-position: left top;
  background-repeat: repeat-x;
  padding: 14px 0px;
  color: #161616;
  font: 16px Arial;
  text-shadow: 0 1px rgba(0,0,0,.25);
  border: 1px solid #fff;
  border-bottom-color: #c8c8c8;
  border-left-color: #dbdbdb;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);
  behavior: url("/img_0/PIE.htc");
  text-align: center;
}


.top_menu > li:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
}

.top_menu > li:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
}


.top_menu > li:hover {
  background-color: #c8c8ca;
  background-image: url("topmenuh_bg.gif");
  background-position: left top;
  background-repeat: repeat-x;
}
