div#hub div#pagemenu {
	background: #0093d7;
	background: #006aa5;
	color: #ffffff;
	text-align: center;
	float: left;
	position: relative;
	width: 100%;
	min-width: 600px;


}

div#hub div#pagemenu ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align:center;

	margin: 0 auto;
	height: 40px;
	vertical-align: middle;
	list-style: none;
	padding: 0px;
}

div#hub div#pagemenu ul li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;

	margin-top: auto;
	margin-bottom: auto;

	max-width: 90px;

	height: 40px;
	border-right: 1px solid white;
	position: relative;
	right: 50%;

}

div#hub div#pagemenu ul li:first-child {
	border-left: 1px solid white;

}

div#hub div#pagemenu ul li:hover{
	background: #00a5f1;
	background: #0088c8 ;

	height: 38px;
}

div#hub div#pagemenu ul li a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	vertical-align: middle;
	height: 40px !important;
}

table.buttontable {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
