.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 0;
	background: #FFFFFF top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: #FFFFFF top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 17px;
	padding-left: 27px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 75%;
	color: #56A8FD;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 17px;
	padding-top: 0px;
	padding-right: 27px;
	background: #FFFFFF  top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 0;
	background: #FFFFFF top left repeat-x;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	height: 17px;
	padding-left: 10px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: #56A8FD;
	text-decoration: none;
	
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	float: left;
	height: 17px;
	padding-top: 0px;
	padding-right: 10px;
	background: #FFFFFF  top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: #56A8FD top left no-repeat;
	color: #FFFFFF;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: #56A8FD top right no-repeat;
	color: #FFFFFF;
}


#test li {
	display: block;
	border: solid 1px red;
}