<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{
	display: block;
	background: transparent url(Templates/afbeeldingen/arrowgreen.gif) 100% 0;
	height: 20px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 5px 0px 1px 8px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000000;
}

.arrowgreen li a:hover{
	
	color: #5E7830;
	background-position: 100% -34px;
}


.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

</style>
