/*шрифт главного меню*/
a.menu, a.menu:link, a.menu:visited, a.menu:active 
{
	letter-spacing: -1pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
    cursor : auto;
}
a.menu:hover 
{
/*	color: #2B598E; */
    cursor : auto;	
}
/*end*/
/*шрифт included main меню*/
.menu2
{
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color : #fff6ec;
}
.menu2 a, .menu2 a:link, .menu2 a:hover, .menu2 a:visited
{
	text-decoration: none;
	color : #2B598E;
}
/*end*/
/* to pochemu vipadaet menu */
.popMenu
{
	position: absolute;
	visibility: hidden;
	
	left: 240px;
	top: 190px;
}
/* end */
/* menus not under mouse*/
.rowMen1
{
	background-color : #ffeedd;
	padding-left : 5px;
	font-size : 11px;
	color: white;
}
/*end*/
/*under mouse menu*/
.Active_rowMen1
{
	background-color : #fff6ec;
	padding-left : 5px;
	color: #000000;
}
/*end*/

/*ненаведенное вложенное меню**/
.subMen
{
	background-color: red;
	color: black;
	padding-left : 5px;
	margin-left: 50px;
}
/*вложенное меню под курсором*/
.Active_subMen
{
	background-color:red;
	color: #45476C;
	padding-left : 5px;
}


