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

/* BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 130px;
	height: 150px
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	list-style-type: bullet;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	list-style-type: bullet;
	padding: 0;
}



.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	list-style-type: bullet;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 30px;
	list-style-type: bullet;
	padding-top: 5px;
	padding-right: 35px;
	cursor: pointer;
}



/* END BUBBLE PLASTIC VERTICAL MENU */



/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: #CACAF5;
}

