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

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
float:right;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: right;
	margin: 0;
	padding: 0;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 42px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
font-size: 20px;text-decoration: none; margin: 15px 0px 0px 0px; font-weight: normal; font-family:Tahoma, Georgia; padding:2px 15px 15px 15px;  line-height: 100%;
	color: #000066;
	text-decoration: none;
}
.bubplastic.horizontal ul li a:hover {
	color: #FFFFFF;
}
.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 42px;
	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 */

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




#test li {
	display: block;
	border: solid 1px red;
}