/*---------Верхнее меню-----------*/
#top-menu,
#top-menu table {
   height: 42px;
}
#top-menu {
    margin-left:50px;
    margin-right:50px;
}
#top-menu table {

    margin: 0px auto 0px;
	text-align:center;
}

#top-menu table td div.tmd {
    padding: 10px 35px;
    position:relative;
    /*background: url(images/tm_hover.png) no-repeat left bottom ;*/
}
#top-menu table td a {
    color: #4f3617;
    font-size:18px;
    line-height:20px;
    font-weight:bold;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    text-decoration:none;
    display:block;
    white-space:nowrap;

}
#top-menu table td a:hover,
#top-menu table td a.active {
    color: #800001;
    text-decoration: underline;
}

#top-menu table td a span {
    padding: 0px 1px 1px 14px;
    background: url(images/tm_liMark.png) no-repeat left 8px ;
}
#top-menu table td a.active span,
#top-menu table td a:hover span {
    /*background: repeat-x bottom url(images/tm_hover.png);*/
}

.tm_left {
   width: 12px;
   height: 54px;
   position:absolute;
   left: -12px;
   top: 360px;
   background-image: url(images/tm_left.png);
}
.tm_right {
   width: 13px;
   height: 55px;
   position:absolute;
   right: -12px;
   top: 359px;
   background-image: url(images/tm_right.png);
}


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

}
#top-menu table td .tm2u ul li.tm2u_razd{

}
#top-menu table.tm td .tm2u a {
	color: black;
	display: block;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height:16px;
	text-align: center;
	background-position:left 15px;
	background-repeat:no-repeat;
	padding:10px 10px 10px;
	height:20px;
}
#top-menu table td .tm2u a:hover {
	color: #866c4e;
}
#top-menu table td .tm2u a:hover span{
	border-bottom:2px solid #866c4e;
}


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

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

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

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