#section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 1px 0;
	background-color: #3E0202;
	z-index: 101;
}
#section-left {
  top: 79px !important;
  height: calc(100% - 79px) !important;
}
#section-main {
	margin-top: 79px !important;
}
#section-main a[name]{
  display: block;
  position: relative;
  top: -79px;
  visibility: hidden;
}
.t-menu img {
	opacity: 0;
}
.t-menu {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.t-menu-1       {	background-image: url(1.gif);  }
.t-menu-1:hover {	background-image: url(11.gif); }
.t-menu-2       {	background-image: url(2.gif); }
.t-menu-2:hover {	background-image: url(22.gif); }
.t-menu-3       {	background-image: url(3.gif); }
.t-menu-3:hover {	background-image: url(33.gif); }
.t-menu-4       {	background-image: url(4.gif); }
.t-menu-4:hover {	background-image: url(44.gif); }
.t-menu-5       {	background-image: url(5.gif); }
.t-menu-5:hover {	background-image: url(55.gif); }

.terebess-menu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	outline: 0;
}
.terebess-menu:after {
	content: "]";
	margin-left: -1px;
}
.terebess-menu:before {
	content: "[";
	margin-right: -1px;
}


.terebess-menu,
.terebess-back {
	color: #ECCC91 !important;
}
.terebess-menu.current:after,
.terebess-menu.current:before {
	color: #FF8040;
}

.terebess-menu:hover,
.terebess-menu:hover:after,
.terebess-menu:hover:before,
.terebess-back:hover,
#menu.over .terebess-back {
	color: #FF8040 !important; /* #bfa493 */
}
td.menu {
	text-align: center;
	vertical-align: middle;
}
td.menu:first-child {
	text-align: left;
	padding-left: 20px;
}
td.menu:last-child {
	text-align: right;
	padding-right: 0px;
}
td.menu.sub {
	padding: 0 15px;
}
td.back {
	text-align: right;
	border-bottom: 2px solid #eccc91;
	vertical-align: bottom;
	height: 18px;
}
#menu.over td.back {
	border-bottom-color: #FF8040;
}
.terebess-back {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	line-height: 10px;
	text-transform: uppercase;
	margin-bottom: 1px;
	display: block;
	float: right;
	outline: 0;
}

td.menu-row {
	height: 21px;
	vertical-align: middle;
}
.terebess-logo {
	width: 268px;
	height: 68px;
	display: block;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('logo-new.png');
	outline: 0;
}
.terebess-logo:hover,
#menu.over .terebess-logo {
	background-position: 0 -68px;
}