.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 26px;
	margin: 0;
	padding: 8px 0px 0px 0px;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
	
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.bubplastic.horizontal ul li {
	display: inline;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	text-transform: none;
	padding: 8px 15px 8px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


#test li {
	display: block;
	border: solid 1px red;
}