#logo2{
	background:url(../skin/topo_logo2.gif) no-repeat;
	float: left;
	position:relative;
	width:99px;
	height:89px;
	display:block;
}

#topo_menu_corpo{
	float:left;
	position:relative;
	width:685px;
	height: 35px;
	z-index: 20;
}

#topo_menu_inicio{
	float: left;
	position:relative;
	width: 44px;
	height: 35px;
	background:url(../skin/topo_menu_comeco_fim.gif) -242px -35px no-repeat;
}

#topo_menu_meio{
	float: left;
	position:relative;
	width:355px;
	height: 35px;
	overflow: hidden;
	background: url(../skin/topo_menu_meio.gif) top repeat-x;
}

#topo_busca{
	margin-left: 10px;
	color:#FFFFFF !important;
	font-weight: bold !important;
	text-transform:uppercase;
	vertical-align:middle;
	float:left;
	padding: 7px;
}

#topo_busca_campos{
	padding-top: 3px;
	float:left;
}

#topo_menu_fim{
	float: left;
	position:relative;
	width: 286px;
	height: 35px;
	background:url(../skin/topo_menu_comeco_fim.gif) top right no-repeat;
}

#topo_meio{
	background:url(../skin/topo_meio_bg.png) top left no-repeat;
	width: 685px;
	height: 54px;
	position:relative;
	float: left;
	overflow:hidden;
	z-index: 10;
}

#topo_meio_interno_esquerdo{
	width: 420px;
	height: 54px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-top:8px;
	text-align:right;
}

#topo_meio_interno_esquerdo a{
	text-decoration: underline !important;
	color:#FFFFFF !important;
}

#topo_meio_interno_esquerdo a:hover{
	color:#FFFF99 !important;
}

#topo_banner_principal{
	background:url(../skin/topo_exemplo.jpg) no-repeat;
	width: 806px;
	height: 198px;
	position:relative;
	float:left;
}

#topo_login_labels{
	float: left;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 3px;
	text-align:right;
}

#topo_login_campos{
	float: left;
	text-align:left;
	padding-top: 7px;
}

#topo_btlogin{
	float:left;
	padding-top: 6px;
	padding-left: 6px;
	text-align:right;
}

#txt_topo{
	margin-left: 52px;
	margin-top: 30px;
	color: #FFFFFF !important;
	width: 370px;
	height: 100px;
}

#link_comunidade_topo{
	margin-left: 102px;
	display: block;
	width: 260px;
	height: 25px;
	text-align: center;
	margin-top: 10px;
}

/*---- JQUERY MENU ------------------------------------------------------------*/
		
		.lava_menu {
            position: relative;
            height: 20px;
            width: 335px;
            padding: 3px;
            margin: 0px;
            overflow: hidden;
			margin-left: 10px;
			padding-left:18px;
        }
                .lava_menu li {
                    float: left;
                    list-style: none;
                }
                    .lava_menu li.back {
                        background: url("../skin/topo_menu_itens_hover.gif") no-repeat right -20px;
                        width: 9px; height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lava_menu li.back .left {
                            background: url("../skin/topo_menu_itens_hover.gif") no-repeat top left;
                            height: 20px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
                        }
                    .lava_menu li a {
                        font: bold 11px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 3px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 20px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lava_menu li a:hover, .lava_menu li a:active, .lava_menu li a:visited {
                            border: none;
                        }
