#block-ts_menu{
  float: left;
  width: 640px;
  margin-top: 20px;
  background: url("../img/menu_arrow.gif") no-repeat scroll center 18px transparent; 
}
#block-ts_menu .ts_menu_dropdown{
  float: left;
  width: 290px;
  position: relative;
  margin-right: 60px;
}
#block-ts_menu .ts_menu_dropdown_wrapper{
  width: 100%;
  float: left;
  position: relative;
  outline: none;
}
#block-ts_menu .ts_menu_dropdown:last-child{
  margin-right: 0;
}
#block-ts_menu .ts_menu_dropdown ul{
  clear: both;
  margin: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #CAD7E6;
  list-style: none;
  border-top: none;
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  background: #fff;
  outline: none;
  z-index: 2;
}
#block-ts_menu .ts_menu_dropdown.open ul{
  display: inherit;
  padding-bottom: 7px;
}
#block-ts_menu .ts_menu_dropdown.without_link ul{
  display: inherit;
  position: inherit;
  top: 0;
}
#block-ts_menu .ts_menu_dropdown.open.without_link ul{
  border-top: 1px solid #CAD7E6;
  padding-top: 7px;
  padding-bottom: 7px;
}
#block-ts_menu .ts_menu_dropdown ul li{
  margin: 3px 0 8px 8px;
  padding-left: 7px;
}
#block-ts_menu .ts_menu_dropdown ul li .ts-navigation-link,
#block-ts_menu .ts_menu_dropdown ul li a{
  font-weight: bold;
  padding: 4px 0 4px 0;
  position: relative;
  color: #234163;
}
#block-ts_menu .ts_menu_dropdown .active_item:first-child{
  width: 100%;
  padding: 12px 36px 12px 15px;
  border: 1px solid #CAD7E6;
  box-sizing: border-box;
  position: relative;
  outline: none;
}
#block-ts_menu .ts_menu_dropdown.open .active_item{
  border-bottom: 1px solid #fff;
}
#block-ts_menu .ts_menu_dropdown .active_item .ts-navigation-link,
#block-ts_menu .ts_menu_dropdown .active_item a{
  font-weight: bold;
  color: #0041a3;
  outline: none;
}
#block-ts_menu .ts_menu_toggler{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #000;
  cursor: pointer;
  background: url("../img/plus.gif") no-repeat scroll 0 center transparent;
  outline: none;
}
#block-ts_menu .ts_menu_dropdown.open .ts_menu_toggler{
  background: url("../img/minus.gif") no-repeat scroll 0 center transparent;
}
.ts_menu_dropdown a.active{
  text-decoration: underline;
}