.b-brown-title {
	display: block;
	background: #eee9dc;
	padding: .4em;
	font-size: 120%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 1.2em;
}
.b-publications__item {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiZGBg+A8EjECaASDAAB4BA/+2/loUAAAAAElFTkSuQmCC") repeat-x bottom;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.b-publications__title {
	position: relative;
	display: block;
	font-size: 130%;
	line-height: 1.3;
	margin-right: 50px;
}
.b-publications__img {
	position: absolute;
	right: -45px;
	top: 0;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .24);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .24);
}
.b-publications p {
	margin-top: .5em;
}
.b-status {
	display: inline-block;
	vertical-align: middle;
	font: 11px/14px "Helvetica Neue", Arial;
	padding: 0 .3em .05em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
	white-space: nowrap;
}
.b-publications-inst {
	font-size: 80%;
	margin-top: 1.2em;
}
.b-publications-inst__item {
	margin-top: 2em;
}
.b-publications-inst__title {
	position: relative;
	display: block;
	margin-right: 50px;
	min-height: 60px;
}
.b-publications-inst p {
	margin-top: .5em;
}
.b-status_bg {
	background: #e8e2d1;
	color: #000;
	border: none;
	padding-left: .6em;
	padding-right: .6em;
	font-weight: bold;
}
.b-publications-inst .b-publications_control {
	margin-top: 2em;
	font-size: 120%;
}
.b-publications-inst__item-type {
	margin-bottom: .5em;
}
ul.dropdown > li  {
	margin-right: 2em;
	position: relative;
}

ul.dropdown  .separator  {
	margin-left: 1em;
}

ul.dropdown  ul > li  {
	margin: .8em 1em 0 .8em;
	display: block;
}

ul.dropdown > li:hover + li { 
	z-index: 50;
	position:relative;
}

/*
ul.dropdown > li > a{ 
	color: #000;
	border-bottom: 1px dotted #000; 
}

ul.dropdown > li:hover > a:after { 
	position: absolute;
	content: '';
	width: 5px; 
	height: 3px;
	right: -8px;
	top: 50%; 
	background: transparent url('/f/src/global/i/sprite.png') no-repeat -430px -47px
}

ul.dropdown > li > a:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 3px;
	right: -8px;
	top: 50%; 
	background: transparent url('/f/src/global/i/sprite.png') no-repeat -430px -41px;
}
*/


ul.dropdown > li:hover > a:after { 
	background-position: -430px -47px;
}

ul.dropdown  .separator:before {
	position: absolute;
	content: '';
	width: 0; 
	height: 14px;
	margin-top: -7px;
	border-left: 1px solid #000; 
	top: 50%;
	left: 0;
	margin-left: -1.5em;
}

ul.dropdown .submenu_wrap {
	visibility: hidden;
	text-align: left;
	opacity: 0;
	position: absolute;
	z-index: 101;
	top: 100%;
	left: 0;
	min-width: 200px;
	-moz-transition: opacity .3s linear 0s;
	-webkit-transition: opacity .3s linear 0s;
	-ms-transition: opacity .3s linear 0s;
	-o-transition: opacity .3s linear 0s;
	transition: opacity .3s linear 0s;
}

ul.dropdown ul {
	font-size: 90%;
	line-height: 1.3;
	margin-top: 20px;
	border-radius: 7px;
	border: 1px solid #ddd;
	background: #fff;
	padding-bottom: 10px;
	box-shadow: -1px 1px 15px rgba(0,0,0,.3);
 position: relative;
}

ul.dropdown ul:before {
content:'';
position: absolute;
width: 100%;
height: 20px;
left: 0;
top: -20px;
background: url(/images/transparent.gif); /*ie*/
opacity: 0;
}

ul.dropdown > li:hover > .submenu_wrap {
	visibility: visible;
	opacity: 1;
}

ul.dropdown > li:hover {
	visibility: visible;
}

/*safari hack*/
.header .control_sitemap {
	position: absolute;
}
.header .control_home {
	left: 45px;
}
.left {
	width: 90px;
}


