.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	background: #000000 url(../widgets/bg.gif) 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: transparent url(../widgets/bg-b.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 20px;
	padding-left: 3px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: black;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 17px;
	padding-top: 3px;
	padding-right: 6px;
	background: transparent url(../widgets/bg-b.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(../widgets/bg-h.gif) top left no-repeat;
	color: white;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(../widgets/bg-h.gif) top right no-repeat;
	color: white;
}
