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

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #313131;
	background-image: url(../images/menu_bg.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.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;
	padding-left: 35px;
	float: left;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #323232;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	padding-top: 15px;
	padding-right: 30px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	color: #9C0;
	background-image: url(../images/menu_bg_on.gif);
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	padding-top: 15px;
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/menu_bg_on.gif);
}

