.dropdown{
/*	height:90px;*/
}
li.nav-dropdown ul.dropdown-menu{
	margin-top:-4px;
	
}

.navbar .nav > li a span{
	text-decoration: underline;
}

ul.nav.navbar-nav > li > a{
	text-decoration: underline;
}

/*l.nav > li:nth-child(4) > a:nth-child(1)*/

ul.nav.navbar-nav > li > a:hover{
	color: #0b52a0;
}

.navbar-nav > li > .dropdown-menu{
	padding:0;
/*	margin-top:4px;*/
	border-radius: 0;
	left:-5px;
	/*width: 953px;*/
	top: 82px;
}
.dropdown-menu_child {
    width: 953px;
}
	.dropdown-menu .container_side{
		background:#0b52a0;
	}
	.dropdown-menu .left{
		float:left;
		width:240px;		
		padding:25px 35px;
	}
	.dropdown-menu .left nav{}
	.dropdown-menu .left nav li{
		margin-bottom:18px;
	}
	.dropdown-menu .left nav li a{
		font: 15px "HelveticaNeue-Thin",sans-serif;
		color:#fff;	
		text-decoration:none;
	}
	.dropdown-menu .left nav li a:hover,.dropdown-menu .left nav li.selected a{
		text-decoration:none;
		color:#f16122;
	}
	.dropdown-menu .left nav li span{
		color:#85a9d0;
		font:13px Arial,sans-serif;
		position:relative;
		left:3px;
		bottom:5px;
	}
	.dropdown-menu .right{
		float:right;
		width:709px;
		background:#fff;	
	}
	.dropdown-menu .right figure{
		float:left;
		width:50%;
		text-align:center;
		padding-bottom:35px;
	}
	.dropdown-menu .right figure .img{
		display:block;
		width:100%;
		height:245px;
		margin-bottom:10px;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.dropdown-menu .right figure figcaption{
		width:250px;
		margin:0 auto;
		margin-bottom:10px;
	}
	.dropdown-menu .right figure figcaption a{
		font:bold 15px Arial;
		color:#000;
		text-decoration:underline;
	}
	.dropdown-menu .right figure figcaption a:hover{
		color:#f16122;
		text-decoration:underline;
	}
	.dropdown-menu .right figure .descr{
		width:250px;
		margin:0 auto;
		font:14px/25px Arial;
	}
.dropdown_tink{
	position:absolute;
	bottom:-15px; left:0;
	width: 100%;
	height: 30px;
}

aside.left > nav > li a.menu_item_underlined {
	text-decoration:underline;
}