﻿
.menu1
{
    background-color: #7C7C94;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
}

.menu1Hover
{
    background-color: #FFCC00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight:bold;
    font-style: normal;
}

.menu1Disable
{
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #808080;
}