﻿/* 
Menu baseado em LinkButton
v. 1.0
*/
div.cx_menu_princ
{
    background-position: left top;
    border-width: 0px;
    width: 100%;
    background-image: url('../Images/fundo_menu.png');
    height: 40px;
    background-repeat: repeat-x;
}

.cx_menu_princ_esq
{
    float: left;
}

.cx_menu_princ_dir
{
    float: right;
}

a.menu_princ:link, a.menu_princ:visited
{
    width: 75px;
    height: 40px;
    padding: 10px 20px 0px 20px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

a.menu_princ:hover, a.menu_princ:active
{
    width: 75px;
    height: 40px;
    color: #ffffff;
    text-decoration: none;
    background-image: url('../Images/fundo_item_menu.png');
    background-repeat: repeat-x; 
}

a.menu_notas:link, a.menu_notas:visited
{
    background-position: center center;
    width: 32px;
    height: 40px;
    padding: 10px 5px 0px 2px;
    color: #FF0000;
    text-align: center;
    text-decoration: none;
    background-image: url('../Images/notas.png');
    background-repeat: no-repeat;
    font-size: small;
}

a.menu_notas:hover, a.menu_notas:active
{
    width: 32px;
    height: 40px;
    color: #FF0000;
    text-decoration: none;
    background-image: url('../Images/notas_h.png');
    background-repeat: no-repeat;
}
    
