.bmenu_block {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	float: left;
	border-top: 1px solid #878787;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	clear: both;
}
.bottom-nav {
	font-family: Arial, Tahoma, Helvetica, Verdana, Georgia, sans-serif;
	font-size: 14px;
	padding: 12px 6px 6px 6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/* this is key in NE to wrap menu */
	white-space: pre;
}
.bottom-nav a:link, .bottom-nav a:visited {
	color: #878787;
	text-decoration: none;
	/* this is key in NE to wrap menu */
	white-space: nowrap;
}
.bottom-nav a:hover {
	color: #000000;
	text-decoration: none;
} 
.bottom-nav-break {
	font-size: 14px;
	font-weight: bold;
	color: #878787;
	text-align: center;
	vertical-align: bottom;
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 6px;
}