﻿.container {
        width: 101.5%;
        padding: 15px;
        margin-top:-20px;
        /*margin: 3px 0 3px 0;*/
       /* border: 1px solid #ccc;*/
        background: url(menuimg/fundo.png);
    height: 20px;
   
    
}
.container span.logout
{
    
    float: right;
    width: 274px;
    height: 30px;
    margin-left: 20px;
    margin-top:0px;
    
}

.ie .container {
        width: 101.5%;
        padding: 14px;
        margin-top:-37px;
        /*margin: 3px 0 3px 0;*/
       /* border: 1px solid #ccc;*/
        background: url(menuimg/fundo.png);
    height: 20px;
   
    
}

/* circle */

#navCircle {
        margin: 0;
        margin-top:5px;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid white/*#2E40C7; /* #9FB1BC;*/
}

.ie #navCircle {
        margin: 0;
        margin-top:3px;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid white/*#2E40C7; /* #9FB1BC;*/
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        margin-top:5px;
        font-size: 13px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color:white; /*#2E40C7;/*#708491;*/
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #f6b96a;
        background: url(menuimg/Circle2.gif) no-repeat bottom center;
}


body {
        font-family: verdana, sans-serif;
        font-size: 15px;
        /*background: #2E40C7;*/
}


                