﻿.cssRootMenu
{
    position: absolute;
    top: 80px;
    left: 10px;
    height: 19px;
}
.cssMenuStaticMenuStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.cssMenuStaticMenuItemStyle
{
    /* MainMenu */
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #EBF7FE;
    width: 150px;
    height: 19px;
    background-color: #0B5A8A;
}
.cssMenuStaticSelectedStyle
{
    /* MainMenuSelected */
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #EBF7FE;
    width: 150px;
    height: 19px;
    background-color: #0B5A8A;
}
.cssMenuStaticHoverStyle
{
    /* MainMenuHover */
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #EBF7FE;
    width: 150px;
    height: 19px;
    background-color: #8080FF;
}

.cssMenuDynamicMenuStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    height: 19px;
    width: 150px;
    color: #0B5A8A;
    background-color: #EBF7FE;
    
} 
.cssMenuDynamicMenuItemStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    
    width: 150px;
    height: 19px;
    
    color: #002142;
    background-color: #F0F9FF;
} 
.cssMenuDynamicSelectedStyle
{ 
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    
    width: 150px;
    height: 19px;
    
    color: #6A0000;
    background-color: #F0F9FF;
} 
.cssMenuDynamicHoverStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    width: 150px;
    height: 19px;
    color: #CC3300;
    background-color: #D7E4FF;
} 