.arrowgreen{
	width: 160px; /*width of menu*/
	
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	background: transparent url(../images/vertmenu.gif) 100% 0;
    height: 22px; /*Set to height of bg image- padding within link (ie: 30px - 4px - 4px)*/
	padding: 4px 0 4px 5px;
	line-height: 22px; /*Set line-height of bg image- padding within link (ie: 30px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000;
}

.arrowgreen li a:hover{
	color: #009933;
	background-position: 100% -30px;
	text-decoration:none;
}

	
.arrowgreen li a.selected{
	color: #009933;
	background-position: 100% -60px;
}

