/* ======= MENU =============*/
#menu {
	margin: 15px 0 15px 0;
	background: url(menu_bg_down.gif) repeat-x left top;
	height: 27px;
	padding-top: 0px;
	padding-left:10px;
	vertical-align: top;
}
.MainMenu_MenuBar {
	/*padding:2px;*/
}
.MenuItem {
	font: normal 9pt/1.7em "Trebuchet MS";
	/*Color of menu text in subnodes*/
	color: #fff;
	padding: 0;
}
.MainMenu_MenuItem {
	border: none;
	font: bold 10pt/2em "Trebuchet MS";
	/*Color of menu text in main nodes*/
	color: #fff;
	padding:0;
}

.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	/*Color of menu BG in sub nodes*/
	background: #FF3131;/* ÖÂÅÒ ÔÎÍÀ */
	padding:0;
	margin: 0;
	border: none;
}
.bread {
	font: bold 10pt/2em "Trebuchet MS";
	background:  url(menu_hbg.gif) repeat-x 0 0;
	height:27px;
}

/*.MainMenu_Active {
	font: bold 10pt/2em "Trebuchet MS";
	border: 3px solid #ff4500;
	background:  url(menu_hbg.gif) repeat-x 0 0; 
}
*/
.Menu_Active {
	background: #FF0000;
}
.MainMenu_MenuItemSel {
	font: bold 10pt/2em "Trebuchet MS";
	color: #fff;
	background:  url(menu_bg_up.gif) repeat-x left top; 
	border: none;
	margin: 0;
	padding:0;
}
.SubHover {
	font: normal 9pt/1.7em "Trebuchet MS";
	color: #fff;
	background: #FF0000;/* ÖÂÅÒ ÂÛÄÅËÅÍÈß */
}


.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
/* ======= end MENU =========*/