/*      Menue styles    */

.clsCMOn {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: black;
        font-size : 12px;
        text-decoration : none;
        padding : 4px 4px 4px 4px;
}

.clsCMOver
{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: white;
        font-size : 12px;
        font-weight:bold;
        text-decoration : none;
        padding : 4px 4px 4px 4px;
}

.clsCMOverBlk
{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: Gainsboro;
        font-size : 12px;
        font-weight:bold;
        text-decoration : none;
        padding : 4px 4px 4px 4px;
}

