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

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 865px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/t.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
    text-align: center;
}
.bubplastic.horizontal ul li {
	float: left;
    width: 173px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/t.gif) top left no-repeat;
        text-align: center;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 46px;
    width: 173px;

    text-align: center;


	font-family: "Monotype Corsiva","Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 1.7em;
	color: black;
	text-decoration: none;

}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;

	height: 46px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(../images/t.gif) top right no-repeat;
	cursor: pointer;
    text-align: center;

}
.bubplastic.horizontal ul li a div.menu_ar {
    height:50px;padding:6px 0 5px 0;
    margin: 0 auto;

}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* USUALL HOVER */
.bubplastic.usuall ul li a:hover,
.bubplastic.usuall ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-usuall.gif) top left no-repeat;
}
.bubplastic.usuall ul li a:hover span.menu_ar,
.bubplastic.usuall ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-usuall.gif) top right no-repeat;
}
.bubplastic.usuall ul li a:hover div.menu_ar,
.bubplastic.usuall ul li.highlight a div.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-usuall.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}