.menu {
	width: 100px;
}
.menu a {
	background-color: #FD3AAF;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.menu a:hover {
	text-decoration: none;
	background-color: #A60E69;
}
.menu td {
	text-align: center;
	height: 30px;
	vertical-align: absmiddle;
}
