.mainMenuTable
{
    width: 80%;
    height: 65px;
    background-image: url(img/pageBg.gif);
}


.mainMenuTableDownCustom
{
    width: 80%;
    height: 20px;
    background-image: url(img/pageBgDown.gif);
}


.MCMS_MenuGroup
{
    cursor: pointer;
    cursor: hand;
    background-image: url(img/itemHeader.gif);
    background-repeat: no-repeat;
    background-color: #E9E9E9;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 2px solid #676767;
    width: 136px;
}
.MCMS_MainGroup
{
    cursor: pointer;
    cursor: hand;
}
.SeclevelGroup
{
    background-color: #E9E9E9;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 2px solid #676767;
    border-top: 2px solid #676767;
    width: 136px;
}
.MCMS_MainItem
{
    height: 33px;
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #424242;
    width: 78px;
    padding: 6px 0px 0px 6px;
    background-image: url(img/mainBg.gif);
    background-repeat: no-repeat;
    text-align: left;
}
.MCMS_MainItemOver
{
    height: 33px;
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #000000;
    width: 78px;
    padding: 6px 0px 0px 6px;
    background-image: url(img/mainBg.gif);
    background-repeat: no-repeat;
    text-align: left;
}
.MCMS_MenuItem
{
    font-family: Arial, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    height: 23px;
    color: #666666;
    background-image: url(img/itemBg.gif);
    padding-bottom: 2px;
    padding-left: 4px;
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
}
.MCMS_MenuItemOver
{
    font-family: Arial, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    height: 23px;
    color: #000000;
    background-image: url(img/itemBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 2px;
    padding-left: 4px;
    text-align: left;
}

.mainSerecomDateCustom
{
    font-family: Verdana, Arial;
    font-size:10px;
    color: #000000;
}

.mainSerecomLoginCustom
{
    font-family: Tahoma, Arial;
    font-size:11px;
    color: #000000;
}

.bottomSerecomCustom
{
    font-family: Verdana, Arial;
    font-size:9px;
    color: #000000;
}


.FirstMenuItem, .MCMS_MenuItem1
{
    font-family: Arial, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    height: 34px;
    color: #666666;
    background-image: url(img/itemBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 8px;
    text-align: left;
    padding-left: 4px;
}

.FirstMenuItemOver, .MCMS_MenuItemOver1
{
    font-family: Arial, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    height: 34px;
    color: #000000;
    background-image: url(img/itemBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 8px;
    padding-left: 4px;
    text-align: left;
}

.MenuItemToolTip
{
    background-color: #fffacd;
    border-style:solid;
    border-width:1px;
    border-color: black; 
    font-family: Arial;    
    padding: 3px;
    font-size:8pt;
    text-align: left;
}

.Separator 
{
    cursor: pointer;
    cursor: hand;
}




