/* 
    Document   : Style
    Created on : 09/09/2009, 10:04:36
    Author     : Edilson
    Description:
        Purpose of the stylesheet follows.
*/
.banner{
    width: 655px;
    height: 71px;
    background-image: url("../img/banner.png");
    background-repeat: repeat;
    padding-top: 20px;
    padding-left: 20px;
    margin-right: 5px;
    /*padding-right: 5px;*/
    text-decoration: none;
}
.banner a:link, a:visited, a:active{
    text-decoration: none;
    color: #365F91;
}

.menu{
    width: 670px;
    height: 20px;
    background-color: white;    
    /*margin-top: 1px;*/
    margin-right: 5px;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
    color: #365F91;
    font-family: Verdana;    
    padding-right: 5px;
    background-image: url("../img/banner.png");
    background-repeat: repeat;
}
.menu a:link, a:visited, a:active{
    text-decoration: none;
    color: #365F91;
}

.menu a:hover{
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #365F91;
}