DIV.MENUH { /* don't delete or change */
	visibility: hidden; /* don't delete or change */
	/* don't add some more parameters */
}
DIV.MENUH_V { /* don't delete or change */
	visibility: hidden; /* don't delete or change */
	/* don't add some more parameters */
}
DIV.MENU { /* don't delete */
	position: absolute; /* don't change */
	visibility: hidden; /* don't change */
	padding-top: 0px; /* change to desired value = horizontal topmenu / child menubars space */
	/* add some more parameters */
	background: white;
}
DIV.MENU_V { /* don't delete */
	position: absolute; /* don't change */
	visibility: visible; /* don't change */
	padding-top: 0px; /* change to desired value = horizontal topmenu / child menubars space */
	/* add some more parameters */
}
/*==== MENU style shema ====================================================*/
TABLE.TOP_VMENU {
	background: white; /* Top Menu Borders Color */
}
TABLE.VMENU {
	background: black; /* Other Menuitems Borders Color */
}
DIV.VMENUBG {
	padding: 0px; /* MenuItems' Blocks Border Width */
	background: white; /* MenuItems' Blocks Border Color */
}
/**/
A.TOP_VMENU {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Top Menuitems Normal Font */
	text-decoration: none; /* Top Menuitems Normal Text-Decoration */
	color : #3F3F3F; /* Top Menuitems Normal Text-Color */
	cursor: hand; /* Top Menuitems Normal Cursor */
}
A.TOP_VMENU_H {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Top Menuitems Highlight Font */
	text-decoration: none; /* Top Menuitems Highlight Text-Decoration */
	color : #BD0E1A; /* Top Menuitems Highlight Text-Color */
	cursor: hand; /* Top Menuitems Highlight Cursor */
}
A.TOP_VMENU_H:HOVER {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Top Menuitems Highlight Font */
	text-decoration: none; /* Top Menuitems Highlight Text-Decoration */
	color : #BD0E1A; /* Top Menuitems Highlight Text-Color */
	cursor: hand; /* Top Menuitems Highlight Cursor */
}
A.TOP_VMENU:visited {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Top Menuitems Highlight Font */
	text-decoration: none; /* Top Menuitems Highlight Text-Decoration */
	color : #BD0E1A; /* Top Menuitems Highlight Text-Color */
	cursor: hand; /* Top Menuitems Highlight Cursor */
}
A.VMENU {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Other Menuitems Normal Font */
	text-decoration: none; /* Other Menuitems Normal Text-Decoration */
	color : #3F3F3F; /* Other Menuitems Normal Text-Color */
	cursor: hand; /* Other Menuitems Normal Cursor */
}
A.VMENU_H {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Other Menuitems Highlight Font */
	text-decoration: none; /* Other Menuitems Highlight Text-Decoration */
	color : #BD0E1A; /* Other Menuitems Highlight Text-Color */
	cursor: hand; /* Other Menuitems Highlight Cursor */
}
A.VMENU_H:HOVER {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Other Menuitems Highlight Font */
	text-decoration: none; /* Other Menuitems Highlight Text-Decoration */
	color : #BD0E1A; /* Other Menuitems Highlight Text-Color */
	cursor: hand; /* Other Menuitems Highlight Cursor */
}
A.VMENU:visited {
	font: normal bold 9px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /* Other Menuitems Highlight Font */
	text-decoration: none; /* Other Menuitems Highlight Text-Decoration */
	color : #BD0E1A; /* Other Menuitems Highlight Text-Color */
	cursor: hand; /* Other Menuitems Highlight Cursor */
}
/**/
TD.VMENU {
	background: #FFF8CC none repeat scroll 0% 0%; /*Other Menuitems Nonclickable Background*/
	font: normal normal 12px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /*Other Menuitems Nonclickable Font*/
	color : white; /*Other Menuitems Nonclickable Text Color*/
	text-align: left; /*Other Menuitems Nonclickable Align*/
	cursor: default; /*Other Menuitems Nonclickable Cursor*/
	/* other menuitems minimal height start: */
		height: 1px;
		vertical-align: middle;
	/* :other menuitems minimal height finish */
	/* other menuitems minimal width start: */
		width: 96px;
		overflow: visible;
	/* :other menuitems minimal width finish */
	padding-left : 6px;
	padding-top : 4px;
	padding-bottom : 4px;
}
TD.VMENU_H {
	background: #FFF8CC none repeat scroll 0% 0%; /*Other Menuitems Nonclickable Background*/
	font: normal normal 12px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /*Other Menuitems Nonclickable Font*/
	color : white; /* Other Menuitems Nonclickable Text Color */
	text-align: left; /* Other Menuitems Nonclickable Align */
	cursor: hand; /* Other Menuitems Nonclickable Cursor */
	/* other menuitems minimal height start: */
		height: 1px;
		vertical-align: middle;
	/* :other menuitems minimal height finish */
	/* other menuitems minimal width start: */
		width: 96px;
		overflow: visible;
	/* :other menuitems minimal width finish */
	padding-left : 6px;
	padding-top : 4px;
	padding-bottom : 4px;
}
TD.TOP_VMENU {
	font: normal normal 12px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /*Top Menuitems Nonclickable Font*/
	background: #FFF8CC none repeat scroll top; /*Top Menuitems Normal Background*/
	color : white; /* *Top Menuitems Nonclickable Text Color */
	text-align: left; /* *Top Menuitems Nonclickable Align */
	cursor: default; /* *Top Menuitems Nonclickable Cursor */
	/* top menuitems minimal height start: */
		height: 1px;
		vertical-align: top;
	/* :top menuitems minimal height finish */
	/* top menuitems minimal width start: */
		width: 96px;
		overflow: visible;
	/* :top menuitems minimal width finish */
	padding-right : 6px;
	padding-left : 6px;
	padding-top : 4px;
	padding-bottom : 4px;
}
TD.TOP_VMENU_H {
	font: normal normal 12px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /*Top Menuitems Nonclickable Font*/
	background: #FFF8CC none repeat scroll top; /*Top Menuitems Highlight Background*/
	color : white; /* *Top Menuitems Nonclickable Text Color */
	text-align: left; /* *Top Menuitems Nonclickable Align */
	cursor: hand; /* *Top Menuitems Nonclickable Cursor */
	/* top menuitems minimal height start: */
		height: 1px;
		vertical-align: top;
	/* :top menuitems minimal height finish */
	/* top menuitems minimal width start: */
		width: 96px;
		overflow: visible;
	/* :top menuitems minimal width finish */
	padding-right : 6px;
	padding-left : 6px;
	padding-top : 4px;
	padding-bottom : 4px;
}
TD.SEP_VMENU {
	font: normal normal 12px "Verdana, Geneva, Arial, Helvetica, sans-serif"; /*Top Separators Font*/
	background: white repeat scroll top; /*Top Separators Background*/
	color : white;
	vertical-align: middle;
	cursor: default;
	padding: 0px;
}