/* хоризонтално меню */
.noprint {
	display: none;
}
.box {
	min-height: 1px;
}
#menu_tabs {
	background: #192666; 
	margin: 0;
	padding: 10px 0 0 0; 
	height: 28px;
	font-family: Tahoma;
	font-size: 11px;
}
#menu_tabs ul {
	margin: 0 2px;
	padding: 0;
	list-style: none;
}
#menu_tabs ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}
#menu_tabs ul li a {
	display: block;
	position: relative;
	padding: 7px 15px;
	border: 0;
	background: url("../tab_menu/tab_link.gif") 0 0 repeat-x;
	color: #B5C4E3;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#menu_tabs ul li a span.tab-l, #menu_tabs ul li a:hover span.tab-l {
	position: absolute;
	top: 0;
	left: 0;
	_left: -15px;
	width: 8px;
	height: 8px;
	background: url("../tab_menu/tab_link_l.gif") 0 0 no-repeat;
}
#menu_tabs ul li a span.tab-r, #menu_tabs ul li a:hover span.tab-r {
	position: absolute;
	top: 0;
	right: 0;
	_right: -1px;
	width: 8px;
	height: 8px;
	background :url("../tab_menu/tab_link_r.gif") 100% 0 no-repeat;
}
#menu_tabs ul li a:hover {
	background: url("../tab_menu/tab_hover.gif") 0 0 repeat-x;
	color: #fff;
}
#menu_tabs ul li a:hover span.tab-l {
	background: url("../tab_menu/tab_hover_l.gif") 0 0 no-repeat;
}
#menu_tabs ul li a:hover span.tab-r {
	background:url("../tab_menu/tab_hover_r.gif") 100% 0 no-repeat;
}
#menu_tabs ul li#active a {
	background: #fff;
	color: #ff9000;
}
#menu_tabs ul li#active a span.tab-l {
	position: absolute;
	top: 0;
	left: 0;
	_left: -15px;
	width: 8px;
	height: 8px;
	background: url("../tab_menu/tab_active_l.gif") 0 0 no-repeat;
}
#menu_tabs ul li#active a span.tab-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 8px;
	background: url("../tab_menu/tab_active_r.gif") 100% 0 no-repeat;
}