ul.menu {
	float:right;
	overflow:hidden;
	list-style:none;
}
ul.menu li {
	float:left;
	overflow:hidden;
	height:125px;
	max-width:140px;
}
ul.menu li:hover {
  background:#28292c url(../images/arrow.png) center bottom no-repeat;
}
ul.menu li a {
  	text-align:center;
	display:block;
	overflow:hidden;
	padding:52px 20px;
	color:#fff;
	font-style:italic;
	text-transform:lowercase;
	font-size:20px;
	text-decoration:none;
	background:url(../images/arrow.png) center 9999px no-repeat;
}
ul.menu li.active {
	background:#28292c url(../images/arrow.png) center bottom no-repeat;
}