﻿.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url(img/bg-bubplastic.png) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: right;
	margin: 0;
	padding: 0;
	background: transparent url(img/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 30px;
	padding-left: 25px;
	float: left;
	text-transform: uppercase;
	font-family: Tahoma,helvetica,arial,sans-serif;
	font-size: 12px;
	text-shadow:1px 1px 0px #fff;
	color: #333;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: right;
	height: 25px;
	padding-top: 7px;
	padding-right: 25px;
	background: transparent url(img/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(img/h-aqua.gif) top left no-repeat;
	color:#fff;
	text-shadow:1px 1px 0px #666;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(img/h-aqua.gif) top right no-repeat;
}
