
#top {
	position: relative;
	width: 1004px;
	height: 120px;
	text-align: left;
	background: url(images/bg_indextop.png) no-repeat 668px 82px;
}
#top #logo {
	margin: 26px 0 0 61px;
}
#top #menu {
	position: absolute;
	top: 42px;
	right: 0;
	width: 420px;
	height: 20px;
}
#top a {
	display: block;
	width: 210px;
	height: 20px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#top a span {
	display: none;
}
#top a:hover {
	background-position: 0 -20px;
}
#top a#about-ru {
	background-image: url(images/index_about_holding_ru.png);
}
#top a#about-en {
	background-image: url(images/index_about_holding_en.png);
}