.arrowgreen{
	width: 276px; /*width of menu*/
	border: 0px solid white;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowgreen li a{
	border: 0px solid white;
	font: 13px Arial;
	display: block;
	background: transparent url(../images/secondary-menu.jpg) 100% 0;
 height: 18px; /* Set to height of bg image - padding within link (ie: 32px - 4px - 4px) */
	padding: 9px 0px 0px 15px;
/*	line-height: 24px;   Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
 text-align: left;
	text-decoration: none;
}

* html .arrowgreen li a{
	border: 0px solid white;
 height: 16px; /* Set to height of bg image - padding within link (ie: 32px - 4px - 4px) */
	padding: 9px 0px 2px 15px;
}

.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FFFFFF;
}

.arrowgreen li a:hover{
	color: #FFFFFF;
	background-position: 100% -27px;
}


.arrowgreen li a.selected{
	color: #FFFFFF;
	background-position: 100% -54px;
}
