.centerblock .menu
{
	margin-left: 10px;
}
#nav li a .menuicon
{
	background-position: -100px 0;
	background:  url(/bitrix/images/sprites/sprites.png) no-repeat;
	position:absolute;
	width:74px;
	height:74px;
	left:50%;
	top:50%;
	margin-left:-37px;
	margin-top:-42px;
	z-index:1;
}

#nav li a .menuicon.top_menu_akcii			{ background-position: -184px 0; }/*10*/
#nav li a .menuicon.top_menu_garantia		{ background-position: -520px 0; }/*50*/
#nav li a .menuicon.top_menu_kontakty		{ background-position: -604px 0; }/*60*/
#nav li a .menuicon.top_menu_o_kompanii	{ background-position: -100px 0; }/*0*/
#nav li a .menuicon.top_menu_oplata		{ background-position: -352px 0; }/*30*/
#nav li a .menuicon.top_menu_poleznoe		{ background-position: -268px 0; }/*20*/
#nav li a .menuicon.top_menu_poluchenie	{ background-position: -436px 0; }/*40*/
/*-10 bot padding*/
#nav li a:hover .menuicon.top_menu_akcii			{ background-position: -184px -84px; }/*10*/
#nav li a:hover .menuicon.top_menu_garantia		{ background-position: -520px -84px; }/*50*/
#nav li a:hover .menuicon.top_menu_kontakty		{ background-position: -604px -84px; }/*60*/
#nav li a:hover .menuicon.top_menu_o_kompanii	{ background-position: -100px -84px; }/*0*/
#nav li a:hover .menuicon.top_menu_oplata		{ background-position: -352px -84px; }/*30*/
#nav li a:hover .menuicon.top_menu_poleznoe		{ background-position: -268px -84px; }/*20*/
#nav li a:hover .menuicon.top_menu_poluchenie	{ background-position: -436px -84px; }/*40*/

#nav > li:last-child a
{
	border-right: 0px;
}
#nav > li > a {
	width: 107px !important;
	height: 0 !important;
	padding: 85px 0 0 0;
	color: #555 !important;
	font-size: 12px;
	text-transform: uppercase;
	z-index:50;
}
#nav > li:after {
	content: '';
	left: 0;
	top: 1px;
	bottom: 13px;
	width: 1px;
	background: #e3e4e5;
	position: absolute;
}
#nav > li:first-child:after {
	display: none;
}

/* Выпадающее меню */
#nav .main-menu li:first-child a:before,
#nav .main-menu li:first-child a:after {
	content: '';
	position: absolute;
	top: -18px;
	left: 40px;
	border: 6px solid transparent;
	border-bottom: 11px solid #a2a2a2;
}
#nav .main-menu li:first-child a:after {
	border-bottom: 11px solid #e3e4e5;
	top: -15px;
}
#nav .main-menu li:first-child:hover a:before,
#nav .main-menu li:first-child:hover a:after {
	border-bottom-color: #ff0000 !important;
}


#nav .hint-select-section {
	position: absolute;
	z-index: 100;
	top: -50px;
	left: 50%;
	margin-left: -82px;
	width: 164px;
	background: #fdf100;
	color: #010101;
	font-size: 12px;
	line-height: 14px;
	padding: 6px 0;
	text-align: center;
	display: none;
}
#nav .hint-select-section:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #fdf100;
}

#nav .main-menu__item_level_0:hover .hint-select-section {
	display: block;
}