#menu a {
font-family: trebuchet ms, verdana, arial, tahoma;
border-bottom: none;
font-weight: bold;
text-align: center;
color: #94003f;
font-size: 100%;
}

#menu a:link {
color: #3333CC;
}

#menu a:hover {
color: #0099FF;
}

#menu a:visited {
color: #9900CC;
}

#menu a:active {
color: #99FF99;
}