/*---------Верхнее меню-----------*/
#top-menu,
#top-menu table {
   height: 53px;
}
#top-menu {
    background-image: -moz-linear-gradient(top, #e99e00, #fcc600);
    background-image: -webkit-linear-gradient(top, #e99e00, #fcc600);
    background-image: -o-linear-gradient(top, #e99e00, #fcc600);
    background-image: -ms-linear-gradient(top, #e99e00, #fcc600);
    background-image: linear-gradient(top, #e99e00, #fcc600);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFe99e00, endColorstr=#FFfcc600)";
    border-bottom: 2px solid #dd9700;
	margin-left:30px;
	margin-right:30px;
}
#top-menu table {
	width:100%;
    margin: 0px auto 0px;
	text-align:center;
}
#top-menu table td div.tmd {
    padding: 0px 0px;
    position:relative;
}
#top-menu table td a {
    color:#000;
    font-size:20px;
    line-height:20px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    padding: 17px 17px 18px;
    display:block;
    white-space:nowrap;
    text-shadow: 0px 1px white;
    text-transform: uppercase;
}
#top-menu table td a:hover,
#top-menu table td a.active {
    color: #000;
    text-decoration: underline;
}

#top-menu table td a span {
    padding: 0px 1px 1px;
}
#top-menu table td a.active span,
#top-menu table td a:hover span {

}

#top-menu table td.tm_razd{
  background:url('images/tm_razd.png') no-repeat center center;
}
#top-menu table td.tm_razd,
#top-menu table td.tm_razd img{
  width:2px;
}

/*tm2*/
#top-menu .tmd{
	position:relative;
}
#top-menu .tm2u {
	background: repeat-x scroll left bottom #fff;
	border:1px solid white;
	border-top:none;
	left: 0;
	padding:5px 0px 15px 0px;
	position: absolute;
	text-align: left;
	top: 55px;
	z-index: 500;
	box-shadow: 0px 0px 2px #333;
	border-radius:0 0 3px 3px;
	display: none;

}
 #top-menu .tm2u.opened {
 	display: block;
 }
#top-menu table td .tm2u ul {
	padding-left:20px;
	padding-right:10px;
	margin:0;
}
#top-menu table td .tm2u ul li.tm2u_razd{
	background-position:left 15px;
	background-repeat:no-repeat;
	background: url('images/tmlvl2.png') no-repeat 0px 16px;
	padding-left:16px;
	padding-right:10px;

}
#top-menu table.tm td .tm2u a {
	color: black;
	display: block;
	font-size: 16px;
	font-style: normal;
	line-height:16px;
	text-align: left;
	padding:11px 0px 9px 0px;
	height:20px;
    text-transform: uppercase;
	background-image: url('images/tm2u_razd.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}
#top-menu table td .tm2u a:hover {
	color: #000;
    text-decoration: underline;
}


/* tm_ten */
.tm_ten {
   margin-bottom:0px;
   padding: 0px 0px;
   margin-bottom:18px;
}
.tm_ten.bot {
   margin-bottom:0px;
}

.tm_ten,
.tm_ten_left,
.tm_ten_right{
	height:9px;

}
.tm_ten_left{
	background:no-repeat 35px top url('images/tm_ten_left.png');
	width:50%;
	float: left;

}
.tm_ten_right{
	background:no-repeat 0px top url('images/tm_ten_right.png');
	width:50%;
	float: left;
}