.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 900px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bg-bubplastic.gif) top left repeat-x;
	margin-left: auto ;
	margin-right: auto ;
	border-bottom: #ffffff 1px solid;
}
}

/* We want to remove any specified width on the menu bar
 * menu items.
 */

ul.bubplastic.horizontal li {
	width: auto;
}

.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
	}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: none;
	text-transform: uppercase;
	font-family: arial,sans-serif,helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: none;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
	width:auto;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 170px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 160px;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: right;
	width: 130px;
	margin: 0;
	padding-right: 40px;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 130px;
	text-align: right;
	/*text-transform: uppercase;*/
	font-family: arial,sans-serif,helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 130px;
	height: 22px;
	padding-top: 5px;
	padding-right: 40px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-gold.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-gold.gif) top right no-repeat;
}

/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(../images/redhover.png) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(../images/redhover.png) top right no-repeat;
}
