.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
	background: #001375 url(../img/fundo2_menu.jpg) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../img/fundo_menu.jpg) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 42px;
	padding-left: 25px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 42px;
	padding-top: 13px;
	padding-right: 25px;
	/*background: transparent url(../img/fundo_menu.png) top right no-repeat;*/
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(../img/active_menu_vermelho.jpg) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(../img/active_menu_vermelho.jpg) top right no-repeat;
}
#test li {
	display: block;
	border: solid 1px red;
}

/*--------------------------------------------rodape----------------------------------------------------------*/

.rodape.baixo {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
	background: #001375 url(../img/fundo2_menu.jpg) top left repeat-x;
}
.rodape.baixo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rodape.baixo ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../img/fundo_menu.jpg) top left no-repeat;
}

.rodape.baixo ul li a {
	display: block;
	height: 42px;
	padding-left: 22px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.rodape.baixo ul li a span.menu_ar {
	display: block;
	float: left;
	height: 42px;
	padding-top: 13px;
	padding-right: 20px;
	/*background: transparent url(../img/fundo_menu.png) top right no-repeat;*/
	cursor: pointer;
}

/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* ORANGE HOVER */
.menu.azul ul li a:hover,
.menu.azul ul li.highlight a {
     font-weight:bold;
}
.menu.azul ul li a:hover span.menu_ar,
.menu.azul ul li.highlight a span.menu_ar {
	font-weight:bold;
}
#test li {
	display: block;
	border: solid 1px red;
}
