.menu {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000 url(../img/butOff.jpg) top left repeat-x;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/butOff.jpg) top left repeat-x;
}

.menu ul li a {
	border-right: solid 1.5px #222222;
	display: block;
	padding-left: 15px;
	float: left;
	height: 30px;
	text-transform: capitalize;
	font: bold 100% Helvetica Neue, helvetica, microsoft sans serif,arial,sans-serif;
	color: #afafaf;
	text-decoration: none;
}

.menu ul li a span.menu_ar {
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 15px;
	background: transparent url(../img/butOff.jpg) top right repeat-x;
	cursor: pointer;
}

/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* GREEN HOVER */
.menu ul li a:hover {
	background: transparent url(../img/butOn.jpg) top left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li a:hover span.menu_ar {
	background: transparent url(../img/butOn.jpg) top right repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li.pressed a:hover {
	background: transparent url(../img/butOn_.jpg) top left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.menu ul li.pressed a:hover span.menu_ar {
	background: transparent url(../img/butOn_.jpg) top left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.menu ul li.pressed a  {
	background: transparent url(../img/butOn_.jpg) top right repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.menu ul li.pressed a span.menu_ar {
	background: transparent url(../img/butOn_.jpg) top right repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}