#menu{
    width: 800px;
    height: 45px;
    border-radius: 10px 10px 0 0;
    background-color: #2c0d82;
    background-image: url(../images/fundoMenu.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}
#menu .botoes{
    width: 110px;
    height: 45px;
    line-height: 45px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}
#menu .botoes:hover{
    cursor: pointer;
    background-image: url(../images/fundoMenuBotaoHover.png);
    background-position: left center;
    background-repeat: repeat-x;
}
