﻿.Menu
{
    color: #FFFFFF;
    width: 656px;
    height: 40px;
}
.Menu-Header
{
    background: url('../../Imagens/PNG/Menu-Header.png') no-repeat;
    width: 15px;
}
.Menu-Arrow
{
}
.Menu-Item
{
    background: url('../../Imagens/PNG/Menu-Content.png') repeat-x;
    padding-bottom: 8px;
}
.Menu-Link
{
    padding: 6px 24px 0px 24px;
}
.Menu-Icon
{
    margin: 0px 5px;
    height: 16px;
    width: 16px;
    display: none;
}
.Menu-Title
{
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
}
.Menu-Description
{
}
.Menu-Hightlight
{
}
.Menu-Break
{
    background: url('../../Imagens/PNG/Break-Vertical.png') repeat-y;
    margin: 5px -2px 5px 0px;
    height: 22px;
    width: 2px;
    position:relative;
    left:-2px;
}
.Menu-Footer
{
    background: url('../../Imagens/PNG/Menu-Footer.png') no-repeat;
    width: 25px;
}

/*SubMenus*/

.SubMenu
{
}
.SubMenu-Header
{
}
.SubMenu-Arrow
{
}
.SubMenu-Item
{
}
.SubMenu-Break
{
}
.SubMenu-Link
{
}
.SubMenu-Icon
{
}
.SubMenu-Title
{
}
.SubMenu-Description
{
}
.SubMenu-Highlight
{
}
.SubMenu-Footer
{
}

/*Contextual Selectors*/

.Menu-Header,
.Menu-Arrow,
.Menu-Item,
.Menu-Link,
.Menu-Icon,
.Menu-Title,
.Menu-Description,
.Menu-Hightlight,
.Menu-Break,
.Menu-Footer
{
}
.Menu-Header, 
.Menu-Item, 
.Menu-Break, 
.Menu-Footer
{
    float: left;
}
.Menu-Header, 
.Menu-Item, 
.Menu-Footer
{
    text-align:center;
    height: 40px;
}
.Menu-Item, 
a.Menu-Link
{
    color: #FFFFFF;
    height: 32px;
    min-width: 50px;
    width: auto;
}

.SubMenu-Header,
.SubMenu-Arrow,
.SubMenu-Item,
.SubMenu-Link,
.SubMenu-Icon,
.SubMenu-Title,
.SubMenu-Description,
.SubMenu-Hightlight,
.SubMenu-Break,
.SubMenu-Footer
{
}