.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic {
	width: 290px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
}
.bubplastic ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding:0px 0px 10px 0px;
	background: transparent url(../media/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 0px;
	text-transform: uppercase;
	/*font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;*/
	font-size: 90%;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(../media/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 23px;
	padding-top: 5px;
	padding-right: 0px;
	background: transparent url(../media/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */




/* ORANGE HOVER */
.bubplastic ul li a:hover,
.bubplastic ul li.current a {
	background: transparent url(../media/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic ul li a:hover span.menu_ar,
.bubplastic ul li.current a span.menu_ar {
	background: transparent url(../media/bg-bubplastic-h-blue.gif) top right no-repeat;
}
