.menuPrincipal {margin-top: 117px;}

.menuPrincipalNivel1 
{
    margin: 0 5px 0 0;
    height: 50px; 
    line-height: 50px; 
    color: #fff; 
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.menuPrincipalNivel1 a:hover {
    text-decoration: underline;
}

.menuPrincipalNivel2
{
    width: 210px;
    height: 33px; 
    line-height: 32px; 
    font-size: 12px;
    color: #173d49;
    text-indent: 10px; 
    text-decoration: none;
    background: url(imagens/bgOpcoesMenu.png) no-repeat; 
}

.menuPrincipalNivel2 a:hover {
    text-decoration: underline;
}

.menuPrincipalNivel1 td
{
    font-size: 14px;
}

.menuPrincipalNivel2 td, .menuPrincipalNivel3 td, .menuPrincipalNivel4 td
{
    font-size: 12px;
}

.menuPrincipalNivel2 td a, .menuPrincipalNivel3 td a, .menuPrincipalNivel4 td a
{
    color: #173d49;
    background: none;
}

.menuPrincipalNivel3
{
    width: 210px;
    height: 33px; 
    line-height: 32px; 
    font-size: 12px;
    color: #173d49;
    text-indent: 10px; 
    text-decoration: none;
    background: url(imagens/bgOpcoesMenu.png) no-repeat; 
    margin-left: 1px;
}

.menuPrincipalNivel4
{
    width: 210px;
    height: 33px; 
    line-height: 32px; 
    font-size: 12px;
    color: #173d49;
    text-indent: 10px; 
    text-decoration: none;
    background: url(imagens/bgOpcoesMenu.png) no-repeat; 
    margin-left: 1px;
}