@charset "utf-8";
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.textenews dl, .textenews dt, .textenews dd, .textenews ul, .textenews li {
	margin: 3px 5px;
	padding: 3px 5px;
	list-style-type:disc !important;
}
#menu {
	/*top: 224px;
	left: 0;
	z-index:50000;
	position:absolute;*/
	width:155px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#menu dl {
	width:155px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	position:relative;
	background:url(background_menu_rub2.jpg);
	height:25px;
}
#menu dd {
	display: none;
	margin:0 0 0 155px;
	position:absolute;
}
#menu ul {
	margin:0;
	padding:0;
	margin-top:-25px;
	position:absolute;
	
}
#menu li {
	background:url(background_menu_rub2.jpg);
	height:25px;
	white-space:nowrap;
	width:100%;
}

#menu dt.bg_arrow {
	background:url(background_menu_rub.jpg) no-repeat;
}
#menu li a, #menu dt a {
	color:#fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	line-height:25px;
	padding:0 5px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background:url(background_menu_rub_hover.jpg);
	color:#910b17;
}