@charset "utf-8";
/* CSS Document */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 43px;
	margin: 0;
	padding: 0;
	background: #000000 url(img/menu_bg.jpg) 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(img/menu_bg2.jpg) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 43px;
	padding-left: 30px;
	float: left;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #E6193F;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 15px;
	padding-right: 30px;
	background: transparent url(img/menu_bg_btn.jpg) top right no-repeat;
	cursor: pointer;
	font-weight: bold;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(img/menu_bg_btn2.jpg) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(img/menu_bg_btn2.jpg) top right no-repeat;
}

