/*****************************************/
/** TOPO *********************************/
/*****************************************/
div#container_topo{
	width:640px;
	margin:0 auto;
	padding:0;
    margin-bottom: 8px;
}

#container_topo div#imagem{
    clear: both;
    height: 156px;
    margin: 0;
    padding: 0;
    background-image: url(../imagens/bg_topo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#container_topo div#container_menu{
    clear: both;
    height: 125px;
    margin: 0;
    padding: 0 20px;
    background-color: #000;
}

#container_menu div#logo{
    float: left;
    margin: 25px 0 0 0;
    padding: 0;
}

#container_menu div#menu{
    float: right;
    width: 402px;
    height: 20px;
    margin: 105px 0 0 0;
    padding: 0;
}

#menu span{
    float: left;
    width: 66px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #2EC7D6;
}
