<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: 12px Arial;
	display: block;
	background: ;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	font-weight: bold;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #059BD8;
}

.arrowgreen li a:hover{
	color: #000000;
	/*background-position: 100% -32px;*/
	background: #DEDFE3;
	display: block;
}

	
.arrowgreen li a.selected{
	color: #5D5F77;
	background-position: 100% -64px;
}

</style>

