.menu {
	height: 20px;
	margin: 0;
	padding: 0;
}


.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.menu ul li{
	float: left;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}

.menu  ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	cursor: pointer;
/*	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat; */

}

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