#rusMenu {	width: 100%;
	height: 25px;
	color: #DADADA;
	text-align: center;
}
#rusMenu a {
	color: #DADADA;
	text-decoration: none;
	font: 10px Verdana;
}
#rusMenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
