.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 106px;
	margin: 0px;
	padding: 0px;
	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: transparent url(button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 2px;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 70%;
	text-decoration: none;
	line-height: 12px;
	color: #FFFF66;
	background: transparent url(button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 2px;
	padding-right: 2px;
	background: transparent url(button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */

/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {background: transparent url(lime.gif) top left no-repeat;
 line-height: 13px; color: #FFFFFF; }
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar { background: transparent url(lime.gif) top right no-repeat;
}
/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {background: transparent url(red.gif) top left no-repeat;
 line-height: 13px; color: #FFFFFF; }
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar { background: transparent url(red.gif) top right no-repeat;
}

/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {background: transparent url(blue.gif) top left no-repeat;
 line-height: 13px; color: #FFFFFF; }
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {background: transparent url(blue.gif) top right no-repeat;
}