.pkp_brand_footer{
	display:none;
}
div.menu_button{
	background-color: #337ab7;
	padding: 1rem;
	margin-bottom: 3px; 
	color: white;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
}
div:hover.menu_button{
	background-color: #4db7ff;
	cursor: pointer;
}
div:active.menu_button{
	background-color: #1a3d5c;
}

div .menu_button a:link{
	text-decoration: none;
	color:white;
}
div .menu_button a:active{
	text-decoration: none;
	color: white;
}
div .menu_button a:visited{
	text-decoration: none;
	color: white;
}
div .menu_button a:hover{
	text-decoration: none;
	color: #333333;
}