﻿.MenuStaticItemText
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    font-variant: normal;
    text-transform: lowercase;
}
.MenuStaticItemText:hover
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #006699;
    text-transform: lowercase;
}
.MenuDynamicItemText
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #666666;
    text-align: left;
    text-transform: lowercase;
}
.MenuStaticItemSeparator
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
}
