.wave7menuButton 
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	text-decoration: none;
    display:block;
    height:100%;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    font-family:Play;
    font-weight:bold;
    font-size:20;
}
.wave7menuButton:hover 
{
	border-top-color: green;
	background: green;
    color: white;
}