/*
* Pixel Point Creative - Cinch Menu Module
* License: GNU General Public License version
* See: http://www.gnu.org/copyleft/gpl.html
* Copyright (c) Pixel Point Creative LLC.
* More info at http://www.pixelpointcreative.com
* Last Updated: 5/13/14
* Additional improvements by Paul @ Protopia.co.uk
*/
#flyout_menu_166, #flyout_menu_237 {
    border: 1px solid #e4e1e1;
    border-radius: 4px;
}
.obrazovanie-menu ul, .deyatelnost-menu ul{
    margin: 0;
    padding: 0;
}
.obrazovanie-menu, .deyatelnost-menu{

	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
ul.obrazovanie-menu, ul.deyatelnost-menu{
	border:1px solid #eeeeee;
	margin:0px;
	padding:0px;
	line-height:16px;
	list-style:none;
}
ul.flyout-menu.text-right {
	text-align:right;
}
ul.flyout-menu.text-left {
	text-align:left;
}
ul.flyout-menu.horizontal {
	width:100%;
	float:left;
}
.obrazovanie-menu .flyout-menu  li, .deyatelnost-menu .flyout-menu  li{
	position:relative;
	border-bottom:1px solid #e4e1e1;
	vertical-align:middle;
	list-style:none;
}
ul.flyout-menu li.last,
ul.flyout-menu li:last-of-type {
	border: none;    
    background-repeat: no-repeat;
    background-position: 20px 16px;
}
ul.flyout-menu.horizontal.msie6 > li,
ul.flyout-menu.horizontal.msie7 > li,
ul.flyout-menu.horizontal.msie8 > li {
	margin-top:0px;
	margin-bottom:0px;
}
ul.flyout-menu.horizontal.msie8 > li {
	margin-left:-5px;
}
ul.flyout-menu.horizontal.msie6 > li,
ul.flyout-menu.horizontal.msie7 > li {
	margin-left:-1px;
	display:inline;
}
ul.flyout-menu.horizontal > li.first,
ul.flyout-menu.horizontal > li:first-child {
	margin-left:0px;
}

ul.flyout-menu .item-wrapper {
	min-height:35px;
	overflow-y:hidden;
	}
ul.flyout-menu.vertical .item-wrapper {
	width:100%;
}
ul.flyout-menu .menu-button {
	line-height:8px;
	padding:12px 0;
	min-height:11px;
	cursor:pointer;
}
ul.flyout-menu.vertical.msie6 .menu-button,
ul.flyout-menu.vertical.msie7 .menu-button,
ul.flyout-menu.vertical.msie8 .menu-button {
	padding:10px 0;
}
ul.flyout-menu.button-right .menu-button {
	float:right;
}
ul.flyout-menu.button-left .menu-button {
	float:left;
}
ul.flyout-menu.button-right .menu-button img {
	padding-right:10px;
}
ul.flyout-menu.button-left .menu-button img {
	padding-left:10px;
}
ul.flyout-menu > li > .item-wrapper > .menu-link > a {
	list-style:none;
}
ul.flyout-menu.text-left .menu-link {
/*	float:left; */
	margin-right: 10px;
}
ul.flyout-menu.text-right .menu-link {
/*	float:right; */
	margin-left: 21px;
}

ul.flyout-menu.vertical.msie6 > li > .item-wrapper > .menu-link,
ul.flyout-menu.vertical.msie7 > li > .item-wrapper > .menu-link,
ul.flyout-menu.vertical.msie8 > li > .item-wrapper > .menu-link {
	float:none;
}
ul.flyout-menu .menu-link a {
	min-height:15px;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:18px 5px 18px 65px;
	box-sizing:border-box;
	font-family:arial;
}
ul.flyout-menu li:nth-child(2) .item-wrapper .menu-link a{	
	padding:18px 5px 18px 65px;
}
ul.flyout-menu li:nth-child(3) .item-wrapper .menu-link a{	
	padding:18px 5px 18px 65px;
}
ul.flyout-menu li:nth-child(4) .item-wrapper .menu-link a{	
	padding:18px 5px 18px 65px;
}
ul.flyout-menu li:nth-child(5) .item-wrapper .menu-link a{	
	padding:18px 5px 18px 65px;
}
ul.flyout-menu li:nth-child(6) .item-wrapper .menu-link a{	
	padding:18px 5px 18px 65px;
}
ul.flyout-menu li:nth-child(8) .item-wrapper .menu-link a{	
	padding:18px 5px 18px 65px;
}
ul.flyout-menu .menu-link img {
	vertical-align:middle;
	border:0 none;
	height:auto;
	max-width:100%;
	padding-right:5px;
}

ul.flyout-menu .ul-wrapper {
	display:none;
	z-index:1000;
}
ul.flyout-menu.horizontal.flyout-right.msie6 .ul-wrapper,
ul.flyout-menu.horizontal.flyout-right.msie7 .ul-wrapper,
ul.flyout-menu.horizontal.flyout-right.msie8 .ul-wrapper {
	left:0;
}
ul.flyout-menu.horizontal.flyout-left.msie6 .ul-wrapper,
ul.flyout-menu.horizontal.flyout-left.msie7 .ul-wrapper,
ul.flyout-menu.horizontal.flyout-left.msie8 .ul-wrapper {
	right:0;
}
ul.flyout-menu.horizontal.msie6 > li > .ul-wrapper,
ul.flyout-menu.horizontal.msie7 > li > .ul-wrapper,
ul.flyout-menu.horizontal.msie8 > li > .ul-wrapper {
	left:0;
}

/* Responsive switch to accordion-like behaviour. */
@media screen and (max-width:767px) {
	ul.flyout-menu.vertical li,
	ul.flyout-menu.horizontal li {
		display:block;
		margin-left:0;
		border-right:none;
	}
	ul.flyout-menu.vertical li.last,
	ul.flyout-menu.horizontal li.last,
	ul.flyout-menu.vertical li:last-of-type,
	ul.flyout-menu.horizontal li:last-of-type {
		margin-bottom:1px;
		border-bottom:none;
	}
	ul.flyout-menu.horizontal .item-wrapper {
		width:100%;
	}
	ul.flyout-menu .ul-wrapper {
		position:relative;
		top:0;
	}
	ul.flyout-menu.horizontal > li > .ul-wrapper {
		left:auto;
	}
	ul.flyout-menu.vertical ul,
	ul.flyout-menu.horizontal ul {
		border-left:0;
		border-bottom:0;
		border-right:0;
	}
	/* Following needs direction classes so it has sufficient specificity to override non-responsive css */
	ul.flyout-menu.flyout-right .ul-wrapper,
	ul.flyout-menu.flyout-left .ul-wrapper {
		left:auto;
		right:auto;
	}
/*
	ul.flyout-menu.horizontal.flyout-right ul .ul-wrapper {
		left:0;
	}
	ul.flyout-menu.horizontal.flyout-left ul .ul-wrapper {
		right:0;
	}
*/
	ul.flyout-menu.text-left li li > .item-wrapper > .menu-link > a {
		padding-left:20px;
	}
	ul.flyout-menu.text-left li li li > .item-wrapper > .menu-link > a {
		padding-left:30px;
	}
	ul.flyout-menu.text-left li li li li > .item-wrapper > .menu-link > a {
		padding-left:40px;
	}
	ul.flyout-menu.text-left li li li li li > .item-wrapper > .menu-link > a {
		padding-left:50px;
	}
}

/* IE8/FF3 and earlier do not understand @media and apply above regardless - so undo */
@media screen and (min-width:768px) {
	ul.flyout-menu.horizontal > li {
		display:inline-block;
		border-bottom:none;
		float: left;
	}
	ul.flyout-menu .ul-wrapper {
		position:absolute;
		top:-1px;
	}
	ul.flyout-menu.horizontal > li > .ul-wrapper {
		left:-1px;
		top:auto;
	}
	ul.flyout-menu.vertical ul,
	ul.flyout-menu.horizontal ul {
		margin: 0px;
                padding: 0px;
	}
	/* Following needs direction classes so it has sufficient specificity to override non-responsive css */
	ul.flyout-menu.flyout-right .ul-wrapper {
		left:100%;
	}
	ul.flyout-menu.flyout-left .ul-wrapper {
		right:100%;
	}
/*
	ul.flyout-menu.horizontal.flyout-right ul .ul-wrapper {
		left:0;
	}
	ul.flyout-menu.horizontal.flyout-left ul .ul-wrapper {
		right:0;
	}
*/
	ul.flyout-menu.text-left li li > .item-wrapper > .menu-link > a,
	ul.flyout-menu.text-left li li li > .item-wrapper > .menu-link > a,
	ul.flyout-menu.text-left li li li li > .item-wrapper > .menu-link > a,
	ul.flyout-menu.text-left li li li li li > .item-wrapper > .menu-link > a {
		padding-left:9px;
	}
}


.obrazovanie-menu .flyout-menu li:nth-child(1) {
	background: url("/images/icons/departament-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 25px;
}
.obrazovanie-menu .flyout-menu li:nth-child(2) {
	background: url("/images/icons/doshkolnoe-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 25px;
}

.obrazovanie-menu .flyout-menu li:nth-child(3) {
	background: url("/images/icons/srednee-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 24px;
}

.obrazovanie-menu .flyout-menu li:nth-child(4) {
	background: url("/images/icons/dopolnitelnoe-ico.png");
	background-repeat: no-repeat;
    background-position: 17px 17px;
}

.obrazovanie-menu .flyout-menu li:nth-child(5) {
	background: url("/images/icons/cro-icon.png");
	background-repeat: no-repeat;
    background-position: 18px 24px;
}


.obrazovanie-menu .flyout-menu li:nth-child(6) {
	background: url("/images/icons/srednespecialnoe-ico.png");
	background-repeat: no-repeat;
    background-position: 18px 24px;
}

.obrazovanie-menu .flyout-menu li:nth-child(7) {
	background: url("/images/icons/vishee-ico.png");
	background-repeat: no-repeat;
    background-position: 18px 20px;
}

.obrazovanie-menu .flyout-menu li:nth-child(8) {
	background: url("/images/icons/cro_ico1.png");
	background-repeat: no-repeat;
    background-position: 21px 25px;
}

.obrazovanie-menu .flyout-menu li:nth-child(9) {
	background: url("/images/icons/migranti1.png");
	background-repeat: no-repeat;
    background-position: 20px 16px;
}

.obrazovanie-menu .flyout-menu li:nth-child(10) {
	background: url("/images/icons/cro-icon.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	filter: grayscale(100%);

}

.obrazovanie-menu .flyout-menu li:nth-child(11) {
	background: url("/images/icons/apple2.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	filter: grayscale(100%);

}

.obrazovanie-menu .flyout-menu li:nth-child(12) {
	background: url("/images/icons/mental-grey.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	filter: grayscale(100%);

}

.deyatelnost-menu .flyout-menu li:nth-child(1) {
	background: url("/images/icons/effektivnost-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 18px;
}
.deyatelnost-menu .flyout-menu li:nth-child(2) {
	background: url("/images/icons/finansi-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 15px;
}

.deyatelnost-menu .flyout-menu li:nth-child(3) {
	background: url("/images/icons/realizaciya-ico.png");
	background-repeat: no-repeat;
    background-position: 20px 17px;
}
.deyatelnost-menu .flyout-menu li:nth-child(4) {
	background: url("/images/icons/kollegialnie-organi-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 21px;
}

.deyatelnost-menu .flyout-menu li:nth-child(5) {
	background: url("/images/icons/monitoring-ico.png");
	background-repeat: no-repeat;
    background-position: 18px 22px;
}
.deyatelnost-menu .flyout-menu li:nth-child(6) {
	background: url("/images/icons/elektronnie-uslugi-ico.png");
	background-repeat: no-repeat;
    background-position: 20px 20px;
}

.deyatelnost-menu .flyout-menu li:nth-child(7) {
	background: url("/images/icons/meropriyatiya-ico.png");
	background-repeat: no-repeat;
    background-position: 20px 16px;
}
.deyatelnost-menu .flyout-menu li:nth-child(8) {
	background: url("/images/icons/obrazovanie-obhestvu-ico.png");
	background-repeat: no-repeat;
    background-position: 19px 17px;
}
.deyatelnost-menu .flyout-menu li:nth-child(9) {
	background: url("/images/icons/attestaciya-ico.png");
	background-repeat: no-repeat;
    background-position: 18px 24px;
}
.deyatelnost-menu .flyout-menu li:nth-child(10) {
	background: url("/images/icons/deyatelnost/psiho2.png");
	background-repeat: no-repeat;
    background-position: 18px 24px;
}


.deyatelnost-menu .flyout-menu li:nth-child(11) {
	background: url("/images/icons/podderzhka-ico.png");
	background-repeat: no-repeat;
    background-position: 20px 23px;
}

.deyatelnost-menu .flyout-menu li:nth-child(12) {
	background: url("/images/icons/deyatelnost/gto_icon.png");
	background-repeat: no-repeat;
    background-position: 20px 15px;
}

.deyatelnost-menu .flyout-menu li:nth-child(13) {
	background: url("/images/icons/realizaciya-ico.png");
	background-repeat: no-repeat;
    background-position: 20px 22px;
}

.deyatelnost-menu .flyout-menu li:nth-child(14) {
	background: url("/images/icons/support-grey.png");
	background-repeat: no-repeat;
    background-position: 16px 24px;
}

#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(1):hover, #flyout_menu_166 li.current:nth-child(1) {
    background: url("/images/icons/departament-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 25px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(1):hover, #flyout_menu_237 li.current:nth-child(1) {
    background: url("/images/icons/effektivnost-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 18px !important;
}
#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(2):hover, #flyout_menu_166 li.current:nth-child(2) {
    background: url("/images/icons/doshkolnoe-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 25px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(2):hover, #flyout_menu_237 li.current:nth-child(2) {
    background: url("/images/icons/finansi-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 15px !important;
}
#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(3):hover, #flyout_menu_166 li.current:nth-child(3) {
    background: url("/images/icons/srednee-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 24px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(3):hover, #flyout_menu_237 li.current:nth-child(3) {
    background: url("/images/icons/realizaciya-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 17px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(4):hover, #flyout_menu_237 li.current:nth-child(4) {
    background: url("/images/icons/kollegialnie-organi-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 21px !important;
}
#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(4):hover, #flyout_menu_166 li.current:nth-child(4) {
    background: url("/images/icons/dopolnitelnoe-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 17px 17px !important;
}
#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(6):hover, #flyout_menu_166 li.current:nth-child(6) {
    background: url("/images/icons/srednespecialnoe-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 18px 24px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(5):hover, #flyout_menu_237 li.current:nth-child(5) {
    background: url("/images/icons/monitoring-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 18px 22px !important;
}
#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(7):hover, #flyout_menu_166 li.current:nth-child(7) {
    background: url("/images/icons/vishee-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 18px 20px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(6):hover, #flyout_menu_237 li.current:nth-child(6) {
    background: url("/images/icons/elektronnie-uslugi-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 20px !important;
}
#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(8):hover, #flyout_menu_166 li.current:nth-child(8) {
    background: url("/images/icons/cro_ico2.png") !important;
	background-repeat: no-repeat !important;
    background-position: 21px 25px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(7):hover, #flyout_menu_237 li.current:nth-child(7) {
    background: url("/images/icons/meropriyatiya-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 16px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(10):hover, #flyout_menu_237 li.current:nth-child(10) {
    background: url("/images/icons/deyatelnost/psicho.png") !important;
	background-repeat: no-repeat !important;
    background-position: 18px 24px !important;
}
.obrazovanie-menu .flyout-menu li:nth-child(9):hover,.obrazovanie-menu .flyout-menu li.current:nth-child(9) {
    background: url("/images/icons/migranti2.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 16px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(11):hover, #flyout_menu_237 li.current:nth-child(11) {
    background: url("/images/icons/podderzhka-ico2.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 23px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(12):hover, #flyout_menu_237 li.current:nth-child(12) {
    background: url("/images/icons/deyatelnost/gto_icon_blue.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 15px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(13):hover, #flyout_menu_237 li.current:nth-child(13) {
    background: url("/images/icons/realizaciya-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 20px 22px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(8):hover, #flyout_menu_237 li.current:nth-child(8) {
    background: url("/images/icons/obrazovanie-obhestvu-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 19px 17px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(9):hover, #flyout_menu_237 li.current:nth-child(9) {
    background: url("/images/icons/attestaciya-ico-active.png") !important;
	background-repeat: no-repeat !important;
    background-position: 18px 24px !important;
}
#flyout_menu_237 li.open, #flyout_menu_237 li:nth-child(14):hover, #flyout_menu_237 li.current:nth-child(14) {
    background: url("/images/icons/support-blue.png") !important;
	background-repeat: no-repeat !important;
    background-position: 16px 24px !important;
}

#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(10):hover, #flyout_menu_166 li.current:nth-child(10) {
    background: url("/images/icons/cro-icon-active.png") !important;
	background-repeat: no-repeat !important;
	background-position: 20px 20px !important;
	filter: grayscale(0);
}


#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(5):hover, #flyout_menu_166 li.current:nth-child(5) {
    background: url("/images/icons/cro-icon-active.png") !important;
	background-repeat: no-repeat !important;
	background-position: 18px 24px !important;
	filter: grayscale(0);
}


#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(11):hover, #flyout_menu_166 li.current:nth-child(11) {
    background: url("/images/icons/apple1.png") !important;
	background-repeat: no-repeat !important;
	background-position: 20px 20px !important;
	filter: grayscale(0);
}

#flyout_menu_166 li.open, #flyout_menu_166 li:nth-child(12):hover, #flyout_menu_166 li.current:nth-child(12) {
    background: url("/images/icons/mental.png") !important;
	background-repeat: no-repeat !important;
	background-position: 20px 20px !important;
	filter: grayscale(0);
}