/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 587px;
	height: 27px;
	margin: 0px;
	padding: 0;
	background: #000000 url(../imagem_menu/bg-bubplastic-50X27_aqua.gif) 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(../imagem_menu/bg-bubplastic-base.gif) top left no-repeat;
}

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

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(../imagem_menu/bg-bubplastic-base.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* AZUL HOVER */
.bubplastic.azul ul li a:hover,
.bubplastic.azul ul li.highlight a {
	background: transparent url(../imagem_menu/bg-bubplastic-h-azul.gif) top left no-repeat;
}
.bubplastic.azul ul li a:hover span.menu_ar,
.bubplastic.azul ul li.highlight a span.menu_ar {
	background: transparent url(../imagem_menu/bg-bubplastic-h-azul.gif) top right no-repeat;
}

.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:27px; background:#fff url(../imagem_menu/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:27px; line-height:27px; color:#000000; text-decoration:none; font-size:90%;; font-family:"Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif; text-transform: uppercase; text-align:center; padding:0 0 0 35px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#000000; background:url(../imagem_menu/button3.gif);}
.menu2 li.current a b {background:url(../imagem_menu/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#000000; background:#000 url(../imagem_menu/button4.gif);}
.menu2 li a:hover b {background:url(../imagem_menu/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#000000; background:#000 url(../imagem_menu/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(../imagem_menu/button3.gif) no-repeat right top;}

