#menu {
	display: block;
	width: 100%;
	height: 29px;
	background: url(img/topnav_m2.png) repeat-x;
	margin: 0 0 5px;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #A0A7A8;
}

#menu ul {
	position: absolute;
	top: 0;
	left: 0px;
	height: 30px;
}

#menu ul li {
	position: relative;
}

#menu ul li, #menu ul li a {
	float: left;
	display: block;
}

#menu ul li a {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(img/menu_l.png) no-repeat right;
}

#menu ul li .menur {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: none;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
	color: #105CB6;
}
#menu ul li.current-cat ul li a {
	color: #333;
}
#menu ul li.current-cat ul li a:hover {
	color: #105CB6;
}
#menu ul li a:hover {
	color: #105CB6;
	background: #E4E8E8;
}
#menu u ul li a:hover {
	color: #105CB6;
}

/* sub menu style */
#menu ul ul {
	display: none;
	position: absolute;

	top: 30px;
	left: -1px;
	background: #fff;
	padding: 5px 5px 10px 5px;
	border: 0px solid #ccc;
	border-top: 0;
	height: auto;
	width: 190px;
    box-shadow:0 0 4px #666;
}

#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #333;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eee;
	background: none;
}

/* sub sub menu style */
#menu ul ul ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 195px;
	background: #fff;
	padding: 5px 5px 10px 5px;
	border: 0px solid #ccc;
	border-top: 0;
	height: auto;
	width: 190px;
    box-shadow:0 0 4px #666;
}

#menu ul ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#menu ul ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #333;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eee;
	background: none;
}

#menu a.subparent, #menu a.subparent:hover
	{
	background-image: url(http://newsrbk.ru/images/informer_tablbook5.gif);
	background-position: right center;
	background-repeat: no-repeat;
    margin-right: 5px;
	}





/* Search form fo header area */
/* Search form fo header area
.searchform{
	position: absolute;
	left: 1010px;
	top: 5px;
	height: 20px;
}*/

.select-outer select {
    width: 165px;
    border: none;
    height: 22px;
    position: relative;
    background: none;
    z-index: 100;
}
.select-outer {
	margin-left:-5px;
    border: #d7d7d7 1px solid;
	border-left:0px;
    background: #F0F0F0;
    width: 145px;
    overflow: hidden;
    display: inline-block;
    position: relative;

}
.select-outer_input {
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.select-button {
    border-left:1px solid #d7d7d7;
    background: url("http://newrbk.ru/styles/default/img/str.png") center center no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}
#searchadr {
	margin-top:100px;
}
						
#searchadr form .t {
    background: #F0F0F0;
	border:1px solid #d7d7d7;
	border-right:0px;
	padding-left:7px;
	height:22px;
	font-size:13px;
	width:140px;
	margin:0;
}			
.searchbutton_b {
	background:url("http://newrbk.ru/images/button-find.gif") 0 0 no-repeat;
	border:0;
	padding:0;
	height:24px;
	width:70px;
	cursor: pointer;
	margin-top: -17px;
	margin-left: 5px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 115px;
	height: 15px;
	background: url(http://newrbk.ru/styles/default/img/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	padding: 3px 3px 2px 3px;
}

.searchbutton {
	width: 40px;
	height: 20px;
	background: url(http://newrbk.ru/styles/default/img/search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(http://newrbk.ru/styles/default/img/search_go.png) no-repeat bottom}