﻿.menuNormal 
{
    color: #ffffff;
    font-family: Times New Roman;
    font-size: 25px;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}

.menuHover 
{
    color: #ffffff;
    font-family: Times New Roman;
    font-size: 25px;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}

.menuNormalDefault
{
    color: #ffffff;
    font-family: Times New Roman;
    font-size: 17px;
    text-align:left;
    cursor:pointer;
    cursor:hand;
}

.menuHoverDefault 
{
    color: #ffffff;
    font-family: Times New Roman;
    font-size: 17px;
    text-align:left;
    cursor:pointer;
    cursor:hand;
}
