﻿.MenuTopo
{
    background-color: #08558f;
    height: 26px;
    z-index: 9999;
    position: relative;
}

.ItemMenu, .ItemMenu:visited
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: White;
    white-space: nowrap;
    height: 20px;
    padding: 6px 10px 0px 10px;
    text-decoration: none;
    text-align: center;
}

.ItemMenu:hover, .ItemMenu:active, .ItemMenu_hover
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: white;
    background-color: #0B77C4;
    white-space: nowrap;
    height: 20px;
    padding: 6px 10px 0px 10px;
    text-decoration: none;
    text-align: center;
}

.SombraMenu
{
    height: 6px;
    line-height: 6px;
    background-image: url(Imagens/SombraMenu.jpg);
}

.SubMenu
{
    /*filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=0, StartY=100, FinishY=100);
    opacity: 0.80;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gainsboro,direction=135,strength=5);
}

.ItemSubMenu, .ItemSubMenu:visited
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #08558f;
    background-color: White;
    white-space: nowrap;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
}

.ItemSubMenu:hover, .ItemSubMenu:active, .ItemSubMenu_hover
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: white;
    background-color: #0B77C4;
    white-space: nowrap;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    border-left: solid 1px #08558f;
    border-top: solid 1px #08558f;
}




.SubMenuSusp
{
    /*filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=0, StartY=100, FinishY=100);
    opacity: 0.80;*/
    border: solid 1px gainsboro;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gainsboro,direction=135,strength=5);
}

.ItemMenuSusp, .ItemMenuSusp:visited
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #08558f;
    background-color: White;
    white-space: nowrap;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    white-space: nowrap;
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
}

.ItemMenuSusp:hover, .ItemMenuSusp:active, .ItemMenuSusp_hover
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: white;
    background-color: #0B77C4;
    white-space: nowrap;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    white-space: nowrap;
    border-left: solid 1px #08558f;
    border-top: solid 1px #08558f;
}
