.arrowgreen{
	width: 140px; /*width of menu*/
	border-color:#FFF;
	border-size: 1px;
	border-width: 1px;
	background-color:#6a737b;
}

.arrowgreen h3 {color:#fff;
		font-weight:bold;
		padding:3px 5px 3px 5px;}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font-size:85%;
	display: block;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 2px 0 2px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-bottom:#333 dashed 1px;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #fff;
}

.arrowgreen li a:hover{
	color: #fff;
	background-position: 100% -32px;
	background-color:#979da3;
}

	
.arrowgreen li a.selected{
	color: #fff;
	background-position: 100%;
}
