.MenuLinks
{
    text-decoration:none;
    CURSOR: hand;
    FONT-FAMILY: verdana;
    COLOR: white;
}

.MenuLinksMouseOver
{
    text-decoration:underline;
    CURSOR: hand;
    FONT-FAMILY: verdana;
    COLOR: white;
}
.regularText
{
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10;
}
.Menu
{
    BACKGROUND-COLOR: #000000;
    COLOR: white;
    CURSOR: hand;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10;
}
.MenuOver
{
    BACKGROUND-COLOR: #920300;
    COLOR: white;
    CURSOR: hand;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10;
}