.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 960px;
	height: 35px;
	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: 35px;
	padding-left: 5px;
	float: left;
	font-family: arial,sans-serif;
	font-size: 11px;
    font-weight: bold;
	color: black;
	text-decoration: none;
    text-align: center;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 35px;
	padding-top: 10px;
	padding-right: 5px;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	text-decoration: underline;

}



