#menu-zaglushka {
	height: 74px;
	width: 980px;
	z-index: -1;
	position: relative;
	display: none;
}

.fixed_menu {
	position: fixed;
	top: 0px;
	z-index: 100;

}

.line {
	width: 980px;
	height: 27px;
	float: left;
	background: url('images/pattern.gif') repeat-x 0 100%;
	margin-top: 5px;
}

.fixed_line {
	position: fixed;
	top: 46px;
	width: 980px;
	z-index: 4;
	margin-top: 0px;
}
/* ????? ???? */
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 980px;

	background: #2e699e;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	float: left;
	position: relative;

}

#menu a {
	float: left;
	padding: 15px 13px;
	text-transform: uppercase;
	font: 14px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	color: #fff;
}

#menu li:hover > a {
	color:#ababab;
}

*html #menu li a:hover { /* IE6 only */
	color: #fff;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 47px;
	left: 0;
	width: 190px;
	z-index: 999;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;

}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu ul a {
	padding: 10px;
	width: 178px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #000;
	width: 170px;
}

#menu ul li:first-child > a {

}

#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}

#menu li:last-child ul{
	position: absolute;
	top: 47px;
	left: -96px;
}

#menu li:last-child ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 120px;
	top: -6px;
}


#aktiv{
	background: #fff !important;
	border-top: 1px solid #d8d8d8 !important;
	margin: -5px 0 0 !important;
	padding-top: 0px !important;
	padding-bottom: 5px !important;
	color: #143588 !important;
}
#aktiv1{
	background: #fff !important;
	border-top: 1px solid #d8d8d8 !important;
	margin: -5px 0 0 !important;
	padding-top: 20px !important;
	padding-bottom: 15px !important;
	color: #143588 !important;
}



@media screen and (max-width: 980px) {

	.all{
		width:750px;
		margin:0 auto;
	}

	nav{
		display:block;
		width: 710px;
		float: left;

	}
	#menu{
		width: 980px;
		background: #2e699e;
	}
	#menu li{
		display: inline-block;
		position: relative;
		z-index:100;
		cursor: pointer;
		padding:5px 0;
	}


	#menu li:first-child{
		margin-left:0;
	}

	#menu li a {
		font-weight:500;
		text-decoration:none;
		padding: 10.9px;
		display:block;
		color:#ccc;
		font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		padding-top: 11px;
		padding-bottom: 11px;
		text-transform: uppercase;
		font: 14px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
		color: #fff;
	}

	#menu li a:hover,
	#menu li:hover > a{
		color:#ababab;

	}

	#menu ul li a:hover{
		/* padding-left:15px; */
	}

	#menu ul li ul li a:hover{
		/* padding-left:15px; */
	}


	#menu ul {
		display: none;
		margin: 0 !important;
		padding: 0;
		position: absolute;
		top: 47.5px;
		left: 0px;
		width:190px; /* */
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);
		background: -o-linear-gradient(#444, #111);
		background: -ms-linear-gradient(#444, #111);
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);

	}

	#menu ul li {
		display:block;
		float: none;
		background:none;
		margin:0;
		padding:0;
		_line-height: 0;
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}

	#menu ul li:last-child {
		border-bottom:none;
	}
	#menu ul li a {





		width: 178px;
		_height: 10px;
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;


	}
	#menu ul li a:hover, #menu ul li:hover > a{
		/* background:#0A0A0A; */
		color:#797979;

	}
	#menu li:hover > ul{
		display: block;
	}
	#menu ul ul {
		left: 149px;
		top: 0px;
		margin: 0 !important;
	}
}