/*=========top nav============*/
.top__nav {
  margin: 19px 10px 23px;
  position: relative;
}
.top__nav-layout {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.top__nav-layout-right {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  position: absolute;
  right: 13px;
  top: 0;
}
.top__nav-item {
  /*padding-left: 24px;*/
  padding-left: 17px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.top__nav-item:first-child {
  padding-left: 0 !important;
}
.top__nav-item-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0757a2;
    display: inline-block;
    vertical-align: middle;
}
.top__nav-link {
  text-decoration: none;
  color: #0054A4;
  font-family: 'helveticarounded';
  font-size: 15px;
  letter-spacing: -1px;
}
.top__nav-item_button {
    vertical-align: top;
    margin: -0.5em 0 0 0;
    border-radius: 0.8em;
    height: 3em;
}
/*==========second ul level==============*/
.top__nav-layout-w {
  position: absolute;
  z-index: 999;
  padding-top:25px;
  /* width:230px;*/
  margin: auto;
  left: -100px;
  right: -100px;
}
.top__nav .top__nav-item .top__nav-layout-w{
	opacity: 0;
  	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	display:none;
	z-index: 0;
}
.top__nav-item:first-child .top__nav-layout-w {
    left: -10px;
    right: auto;
}
.top__nav .top__nav-item:hover .top__nav-layout-w,
.top__nav .top__nav-item.active .top__nav-layout-w{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	z-index: 1000;
	display:block;
}
.top__nav .top__nav-item.noactive .top__nav-layout-w{
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 0;
	display:none;
}


.top__nav-layout-w-inner {
  background: url(../img/simple/sub-menu.png) repeat 0 0;
  padding: 25px 0 30px 25px;
  width: 230px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: auto;
}

.top__nav-layout-w-inner .last{
    width: 130px !important;
}


.top__nav-layout-w ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 23px;
  padding-top: 4px;
  width: 215px;
}
.top__nav-layout-w-inner:before {
  content: "";
  background: url(../img/simple/triangle.png) no-repeat 0 0;
  width: 28px;
  height: 14px;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
}
.top__nav-item:first-child .top__nav-layout-w-inner:before {
    left: 58px;
    right: auto;
}
.top__nav-layout-second {
  margin-left: 0!important;
}
.top__nav-item-second {
  display: list-item !important;
  padding-top: 18px;
}
.top__nav-item-second:first-child {
  padding-top: 0;
}
.top__nav-link-second {
  color: #FFF;
  text-decoration: none;
  font-family: 'helveticarounded';
  font-size: 14px;
  position: relative;
}
.top__nav-link-second {
  width: 235px;
  height: 23px;
  position: relative;
  left: -14px;
  top: 0;
  display: block;
  padding-top: 10px;
  padding-left: 14px;
  display: block;
  margin-top: -8px;
  margin-bottom: -6px;
}

.top__nav-item-second.active .top__nav-link-second,
.top__nav-item-second:hover .top__nav-link-second{
  background: url(/img/sub-menu-active_1level.png) no-repeat 0 0;
}

.top__nav-item-second.active .top__nav-link-second.level1,
.top__nav-item-second:hover .top__nav-link-second.level1{
	background: url(/img/simple/sub-menu-active.png) no-repeat 0 0 !important;
}

.top__nav-link.active {
  color: #736359;
}

.top__nav-item-third a {
	padding-left: 49px;
}

.top__nav-item-third a:before {
	content: "";
	background: url('/img/menu3-bullet.png') no-repeat 0 0;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 15px;
	left: 31px;
}

.top__nav-item-third.active  a:before,
.top__nav-item-third:hover  a:before{
  background: none;
}
