.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic {
	width: 100%;
	font-size: 13.5px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #B1592B url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic ul li a, .bubplastic ul li a:visited {
	/* display: block; */
	height: 27px;
	padding-left: 17px;
	padding-right: 17px;
	/* float: left; */
	display: block;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* ORANGE HOVER */
.bubplastic ul li a:hover,
.bubplastic ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic ul li a:hover span.menu_ar,
.bubplastic ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}