#block-menu a {
	color: #ffffff;
	font-size: 18px;
	font-family: 'pf_din_text_cond_pro_regular';
	text-decoration: none;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border-left: 2px solid #242424;
}

#block-menu a:first-child {
	border-left: none;
}
#block-menu a:hover, #block-menu a.active {
	background: url(/images/menu_hl.png) top repeat-x transparent;
}

#block-menu #menu_container {
	width: 100%;
	background: url(/images/menubg.png) repeat-x transparent;
	height: 59px;
	display: table-row;
}

#block-menu, #block-menu .block_bg {
	width: 100%;
}

#block-menu .block_bg {
	display: table;
}
