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

/* ESTRUTURA MENU HORIZONTAL */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg_botao_topo.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(images/bg_botao_topo.jpg) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 30px;
	background: transparent url(images/bg_botao_topo.jpg) top right no-repeat;
	cursor: pointer;
}
/* FIM ESTRUTURA MENU HORIZONTAL */



/* ESTRUTURA MENU VERTICAL */

.bubplastic.vertical {
	width: 195px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_botao_lateral.jpg) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg_botao_lateral.jpg) top left no-repeat;
	font-weight: bolder;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0px;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 15px;
	background: transparent url(images/bg_botao_lateral.jpg) top right no-repeat;
	cursor: pointer;
	margin-bottom: 0px;
}
/* FIM ESTRUTURA MENU */



/* LATERAL HOVER */
.bubplastic.lateral ul li a:hover,
.bubplastic.lateral ul li.highlight a {
	background: transparent url(images/bg_botao_lateral_over.jpg) top left no-repeat;
}
.bubplastic.lateral ul li a:hover span.menu_ar,
.bubplastic.lateral ul li.highlight a span.menu_ar {
	background: transparent url(images/bg_botao_lateral_over.jpg) top right no-repeat;
}


/* TOPO HOVER */
.bubplastic.topo ul li a:hover,
.bubplastic.topo ul li.highlight a {
	background: transparent url(images/bg_botao_topo_over.jpg) top left no-repeat;
}
.bubplastic.topo ul li a:hover span.menu_ar,
.bubplastic.topo ul li.highlight a span.menu_ar {
	background: transparent url(images/bg_botao_topo_over.jpg) top right no-repeat;
}
