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

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 800px;
	text-align:center;
	height: 39px;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 40px;
	padding-left: 20px;
	text-transform: uppercase;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	height: 37px;
	padding-top: 12px;
	padding-right: 20px;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* BUBBLE PLASTIC VERTICAL MENU */

.rubplastic.vertical {
	margin-top:63px;
	position:relative;
	float:left;
	width: 250px;
	padding: 0;
	display: block;
}
.rubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.rubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.rubplastic.vertical ul li a {
	display: block;
	margin: 2px 0 0 0;
	padding-left: 10px;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	background-color:#004671;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.rubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 25px;
	padding-top:2px;
	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/bgRedMenu.jpg) 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/bgRedMenu.jpg) top right no-repeat;
}

.rubplastic.aqua ul li a:hover,
.rubplastic.aqua ul li.highlight a {
	background-color:#002a44;
}
.rubplastic.aqua ul li a:hover span.menu_ar,
.rubplastic.aqua ul li.highlight a span.menu_ar {
}


.scrubplastic.aqua ul li a:hover,
.scrubplastic.aqua ul li.highlight a {
	background: transparent url(images/thumbBgRedMenu.jpg) top left no-repeat;
}
.scrubplastic.aqua ul li a:hover span.menu_ar,
.scrubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/thumbBgRedMenu.jpg) top left no-repeat;
}


/* BUBBLE PLASTIC VERTICAL with thumbs MENU */

.scrubplastic.vertical {
	margin-top:63px;
	position:relative;
	float:left;
	width: 300px;
	padding: 0;
	display: block;
}
.scrubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.scrubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.scrubplastic.vertical ul li a {
	display: block;
	margin: 2px 0 0 0;
	padding-left: 10px;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	background-color:#004671;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.scrubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 65px;
	padding-top:5px;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL with THumbs MENU */

