.nav>li.arrow a:link,
.nav>li.arrow a:visited{
	background: url(img/arrow-green.png) no-repeat 0 50%;
	text-decoration: underline;
}

.nav>li.arrow a:hover,
.nav>li.arrow a:active,
.nav>li.arrow a:focus{
	background: url(img/arrow-green.png) no-repeat 0 50%;
	text-decoration: none;
}