
.SubMenuModule
{
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    
}
A.SubMenuModule
{
    color: #003366;
    text-decoration: none;
}
A.SubMenuModule:hover
{
    color: #ff0000;
    text-decoration: underline;
    
}
.SearchDescriptions
{
    background-color: #ddeeff;
}
.MenuContainer
{
}
.MenuBar
{
    height: 20px;
}
.MenuBreak
{
 }
.TopMenuItem
{
    color: #000;
    height: 30px;
    padding: 5px;
    cursor: pointer;
}
.TopMenuItem td
{
        border-left: 1px solid #ddddcc !important;
}
.TopMenuSelItem
{
    color: #000;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #be6a00 !important;
    background-color: #fde282;
}
.SubMenuItem
{
    color: #fff;
    height: 30px;
    background-color: #eab400;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #be6a00 !important;
}
.SubMenuSelItem
{
    color: #fff;
    height: 30px;
    padding: 5px;
    background-color: #eab400;
    cursor: pointer;
    border-bottom: 1px solid #be6a00 !important;
}
.MenuIcon
{
}
.RootMenuArrow
{
}
.MenuArrow
{
}

