﻿.MenuCssFormat
{
    border-collapse: collapse;
    height: 30px;
    width: 100%;
}

.MenuCssFormatLeft
{
    background: url('../../Images/Icontrol_001/Menu/ModeloBarraBotoesEsquerda.png') no-repeat right top;
    width: 15px;
}

.MenuCssFormatCenter
{
    background: url('../../Images/Icontrol_001/Menu/ModeloBarraBotoesCentro.png') repeat-x top;
}

.MenuCssFormatRight
{
    background: url('../../Images/Icontrol_001/Menu/ModeloBarraBotoesDireita.png') no-repeat left top;
    width: 15px;
}

.MenuCss
{
    background-color: Transparent;
    float: right;
    color: #ffffff;
    font: 12px/12px Arial;
    /*height: 30px;*/
    width:auto;
    /*vertical-align:middle;*/
}

.MenuCssFormatCenter div table 
{
  width:auto;
}

.StaticMenu,
.StaticMenu:active,
.StaticMenu:link,
.StaticMenu:visited
{
    color: #ffffff;
    font: Bold 12px/12px Arial;
    text-decoration: none;
    text-indent:5px;
    padding-right: 5px;
    width: 70px;
}

.StaticMenuHover,
.StaticMenuHover:hover
{
    color: #cccccc;
    text-decoration: underline;
}

.DynamicMenu,
.DynamicMenu:active,
.DynamicMenu:link,
.DynamicMenu:visited
{
    color: #000000;
    font: Bold 12px/12px Arial;
    background-color: Transparent;
    text-decoration: none;
    width: 125px;
    z-index: 1000;
}

.DynamicItemMenu
{
    color: #ffffff;
    font: Bold 12px/12px Arial;
    background-color: #666666;
    display:block;
    padding: 1px 1px 1px 2px;
    width: 125px;
    z-index: 1000;
}

