.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 15px;
	margin-left: 20px;
	line-height: 22px;
}
.menu:hover {
	color: #FF0099;
}
.menu:link {
	color: #FFFFFF;
}
.menu:link:hover {
	color: #FF0099;
}
