﻿.OLMenuVerticalMod1
{
    position: relative;
    clear: both;   
}
.DVMenuMod1Conteudo
{
    position: absolute;
    z-index: 999;
    overflow: visible;   
    width: 100%;
}
.DVMenuMod1Conteudo ul, .MenuFilhoDestacar
{
    padding-left: 0;   
}
.MenuItemDireito
{
   text-align: left;  
}
.MenuItemEsquerdo
{
   text-align: right;   
}
.MenuItemEsquerdo a div, .MenuItemDireito a div
{
   margin-right: 8px;
   margin-left: 8px; 
}
.RCAMenuHorizontal
{
    position: relative;
    float: none;
}
.RCAMenuHorizontal li
{
    position: relative;
    float: left;   
    list-style: none;
    line-height: 24px;    
    overflow: visible;
    text-align: center;
}

.RCAMenuHorizontal .ItemListaMenu
{
    white-space: nowrap;   
    position: relative;
}

.MenuItemMarcadorDireita, .MenuItemMarcadorEsquerda, .MenuItemMarcadorBaixo
{
    background-image: url('marcador.png');
    background-repeat: no-repeat; background-position: center center;
    width: 10px;
    height: 10px;
}
.MenuItemMarcadorBaixo
{
    background-image: url('marcador3.png');
}

.MenuFilhoDestacar
{
    background: #000000;
    color: #ffffff;
    z-index: 999;  
    list-style: none;
    line-height: 24px;  
    width: 150px;
}