/*---------Верхнее меню-----------*/
.top_menu_container {
    margin-left:auto;
    margin-right:auto;
    width: 928px;
    box-sizing: border-box;
}
#top-menu,
#top-menu table,
#top-menu table td > a {
   height: 46px;
}
#top-menu {
  position: relative; top: -22px; border-radius: 10px;
  box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.5);
}
#top-menu table {
    margin: 0px auto 0px; border-radius: 10px;
}
#top-menu table td div.tmd {
    padding: 0px 0px;
    position:relative;
    height: 46px;
}
a.tmu1 {
    border-radius: 5px 0px 0px 5px;
    border-left: 1px solid #c9c9c9;
    height: 100%;
}



a.tmu1 {
  display: table;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  /*text-transform: uppercase;*/
  background: url(../images/design/tm.png) no-repeat;
  background-size: 100% 46px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-collapse: separate;
  box-sizing: border-box;
  background-origin: border-box;
}

a.tmu1:hover,
a.tmu1.active {
  color: #ffffff;
  background-image: url(../images/design/tma.png);
  border-color: transparent;
  text-decoration: none;
}

a.tmu1 span {
  display: table-cell;
  text-align:center;
  vertical-align:middle;
  padding-left: 10px;
  padding-right: 10px;
}
a.tmu1 span span {
    display: inline-block;
    padding: 0px 0px 1px;
}
a.tmu1.active span span,
a.tmu1:hover span span {
    /*padding-top: 1px;
    border-bottom: 2px solid #fff;*/
    /*background: repeat-x bottom url(../images/design/tm_hover.png);*/
}
#top-menu table td.tm_razd{
  background:url('../images/design/tm_razd.png') no-repeat center top;
}
#top-menu table td.tm_razd,
#top-menu table td.tm_razd img{
  width: 1px;
}
#top-menu table td.tm_razd_hover{
  /*background:url('../images/design/tm_hover.png') no-repeat center center;*/
}

#top-menu table td .tm2u {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 46px;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    width: 250px;
}

#top-menu table td .tm2u > ul {
    padding: 30px 20px;
}

.tm2u_razd {
    margin-bottom: 10px;
}

.tmu2, .tmu2:visited{
    color: #202020;
    font-size: 14px;
    text-decoration: none;
}
.tmu2:hover {
    color: #e11e24;
}

