
/* стили для элемента меню - прямоугольника с округлостями */

.menu_tr {
	width: 200px;
}

.menu_tr .top {
	width: 200px;
	height: 10px; 
}

.menu_tr .top .left_corner {
	height: 14px; 
	width: 14px; 
	background-image: url(/images/menu-top-left-corner_tr.gif); 
	background-repeat: no-repeat; 
	float:left;
}

.menu_tr .top .right_corner {
	height: 14px; 
	width: 14px; 
	background-image: url(/images/menu-top-right-corner_tr.gif); 
	background-repeat: no-repeat; 
	float: right;
}

.menu_tr .top .middle {
	height: 14px; 
	width: 172px; 
	background-image: url(/images/w_top_centr_tr.gif); 
	background-repeat: repeat-x;
	float: left;
}

.menu_tr .middle {
	width: 200px; 
	float: left;
}

.menu_tr .bottom .left_corner {
	width: 14px; 
	height: 14px; 
	background-image: url(/images/menu-bottom-left-corner_tr.gif); 
	background-repeat: no-repeat; 
	float:left;
}

.menu_tr .bottom .right_corner {
	width: 14px; 
	height: 14px; 
	background-image: url(/images/menu-bottom-right-corner_tr.gif); 
	background-repeat: no-repeat; 
	float:right;
}

.menu_tr .bottom .middle {
	width: 172px; 
	height: 14px; 
	background-image: url(/images/w_bottom_centr_tr.gif); 
	background-repeat: repeat-x;
	float: left;
}

.menu_tr .middle .title {
	width: 192px; 
	float: left; /*
	background-image: url(/images/menu-title_tr.gif); 
	background-repeat: repeat-x; */
	height: 25px;
	text-align: center;
	color: White;
	font-weight: 600;
	line-height: 24px;
	margin-left:-4px;
	
}

.menu_tr .middle .content {
	width: 188px; 
	float: left;
}

.menu_tr .middle .content .items {
	width: 188px; 
	float: left;
}

.menu_tr .middle .content_left {
	width: 7px; 
	float: left; 
	background-image: url(/images/w_left_centr_tr.gif); 
	background-repeat: repeat-y; 
	/*height: auto;*/
	height:inherit;
}

.menu_tr .middle .content_right {
	width: 5px; 
	float: right; 
	background-image: url(/images/w_right_centr_tr.gif); 
	background-repeat: repeat-y;
	height:inherit;
}

.menu_tr UL {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.menu_tr UL LI {
	padding-left:1px;
	margin-left: 13px;
	list-style: none;
	font-weight: 600;
	line-height: 18px;
}