.mainMenuItems
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
.mainMenuItems:hover
{
    color: #000000;
}

.bottomMenuItems
{
    color: #0000ff;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
.bottomMenuItems:hover
{
    color: #000000;
}