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


/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width:180px;
	margin:0px;
	padding:0px;
	display:block;
}
.bubplastic.vertical ul {
	width:180px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.bubplastic.vertical ul li {
	width:180px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width:180px;
	padding-left:0px;
	text-transform:none;
	font-family: arial,sans-serif;
	color:#000000;
	text-decoration: none;
}

.bubplastic.vertical ul li a span.menu_ar {
	font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#555555;
    font-size:11px;
	display:block;
	margin:0;
	width:180px;
	height:18px;
	padding-top:0px;
	padding-right:0px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}
/* END BUBBLE PLASTIC VERTICAL MENU */

/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	width:180px;
	color:#000000;
	background:transparent url(../imagenes/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	width:180px;
	color:#000000;
	background:transparent url(../imagenes/bg-bubplastic-h-orange.gif) top right no-repeat;
}
